Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,157,980 members, 7,835,289 topics. Date: Tuesday, 21 May 2024 at 08:07 AM

Post your PHP Problems Here - Webmasters (6) - Nairaland

Nairaland Forum / Science/Technology / Webmasters / Post your PHP Problems Here (63427 Views)

Thread For All Your Blogging Related Problems Here / Get And Request For Your Php Problems Here / Connecting To Your Gmail Account From Your Php Application. (2) (3) (4)

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) ... (20) (Reply) (Go Down)

Re: Post your PHP Problems Here by solidstunna101(m): 10:10am On Oct 27, 2013
Djangocode:

Any Solutions.. I always get errors when tryna run localhost/laravel/public..

i've installed my version of laravel 4 through composer and it works fine for me

if you want my copy of laravel you can download & copy it into your htdocs folder from here https://github.com/tsola2002/laravel_demo

browse to[url] http://localhost/laravel_demo/laravel/public/[/url] hopefully that should work.


it can be a bit of a complicated process but this youtube video should help you get laravel installed on your system

http://www.youtube.com/watch?v=JNn_tS2KpcY&list=PLjf9jYqQM98FPKestC5sS9oVP-RF455ce&index=1
Re: Post your PHP Problems Here by phpier: 5:30pm On Oct 27, 2013
adewasco2k:

this is what you are looking for .htaccess create a .htaccess file (open a new notepad copy the below code into it save as htaccess as it has been saved go back and rename from htaccess to .htaccess by adding a dot in from of the name htaccess) place the .htaccess in your root directory

Didnt test this but give it a try


RewriteCond %{DOCUMENT_ROOT}/$1.php -f
RewriteRule ^([a-zA-Z0-9_-]+)/?$ /$1.php [QSA]
tnx for replyn, bt wat if g wantd to remame d file so dt people wont jnow d real name. I.e from sample.php to country.
Re: Post your PHP Problems Here by uzor64(m): 11:00am On Nov 04, 2013
I designed a website on php however my problem is that when ever I request a page that takes time to load I get a 501 time out error. I used set_time_limit(0) it helped but problem still there what do I do? Thanks y'all in advance
Re: Post your PHP Problems Here by mubitechnology: 12:57pm On Nov 04, 2013
pls which of php enviroment is good for window
Re: Post your PHP Problems Here by elvis10ten(m): 3:57pm On Nov 04, 2013
phpier: tnx for replyn, bt wat if g wantd to remame d file so dt people wont jnow d real name. I.e from sample.php to country.
http://net.tutsplus.com/tutorials/other/using-htaccess-files-for-pretty-urls/
Re: Post your PHP Problems Here by elvis10ten(m): 4:03pm On Nov 04, 2013
uzor64: I designed a website on php however my problem is that when ever I request a page that takes time to load I get a 501 time out error. I used set_time_limit(0) it helped but problem still there what do I do? Thanks y'all in advance
www.stackoverflow.com/questions/8377137/set-time-limit0-and-maximum-execution-time-php
Re: Post your PHP Problems Here by deparagon(m): 2:05pm On Nov 05, 2013
Pls someone should help me with any PHP script atall. Have spoilt mine when trying to add some stunts
pls send it to


bonifacebassey@yahoo.com

tnx in advance!!!!
Re: Post your PHP Problems Here by Nasty22(m): 8:32pm On Nov 07, 2013
Plz ma web masta's hlp me...av succeeded in creatin 2 forms dat users wud fil usin phpmyadmin..as soon as d submit d details goes 2d database.
Pls how do i create an admin login dat can access d data sent 2d database..hlp me plz
Re: Post your PHP Problems Here by adewasco2k(m): 8:42pm On Nov 07, 2013
Nasty22: Plz ma web masta's hlp me...av succeeded in creatin 2 forms dat users wud fil usin phpmyadmin..as soon as d submit d details goes 2d database.
Pls how do i create an admin login dat can access d data sent 2d database..hlp me plz

You need to say more about what you need, you will create a form using html then process it using php then use php to store it into the database.

So I dnt understand how you created a form using phpmyadmin, also by admin access what do you want?

1 Like

Re: Post your PHP Problems Here by Nasty22(m): 7:09am On Nov 08, 2013
adewasco2k:

You need to say more about what you need, you will create a form using html then process it using php then use php to store it into the database.

So I dnt understand how you created a form using phpmyadmin, also by admin access what do you want?
i use phpmyadmin 2create forms..wat i do is diz:i populate ma tables in d database n wen m in drimweaver i use d database mysql conection 2retrive d tables created in database..d tables na cumz up as forms in wic pipu r 2 fil..now wen they submit dia details,it enta's d database...my question is: i want 2create an admin login dat wil retrieve all d various data dat user's av submitted 2d database..
Pls hlp a broda n i stand 2b corected if i av bin wrong@any point
Re: Post your PHP Problems Here by Kidstell: 5:29pm On Nov 11, 2013
deparagon: Pls someone should help me with any PHP script atall. Have spoilt mine when trying to add some stunts
pls send it to


bonifacebassey@yahoo.com

tnx in advance!!!!
are you talking about php.ini file
Re: Post your PHP Problems Here by 5hyguy: 10:43pm On Nov 12, 2013
@ the guy who wants an admin page to access all d database records inserted, first have u heard abt recordsets, since u use dreamweaver u shud av cum across it, two create a login form on a page, and then on login create another page that's whr the recordset wud b placed, hola
Re: Post your PHP Problems Here by kennyhilphiger(m): 8:49am On Nov 13, 2013
Check out this cool design: www.kenneth23.com/
Re: Post your PHP Problems Here by Onlinebiz2012: 6:00am On Nov 14, 2013
Nasty22:
i use phpmyadmin 2create forms..wat i do is diz:i populate ma tables in d database n wen m in drimweaver i use d database mysql conection 2retrive d tables created in database..d tables na cumz up as forms in wic pipu r 2 fil..now wen they submit dia details,it enta's d database...my question is: i want 2create an admin login dat wil retrieve all d various data dat user's av submitted 2d database..
Pls hlp a broda n i stand 2b corected if i av bin wrong@any point

phpmyadmin to create forms ?
Re: Post your PHP Problems Here by 5hyguy: 6:13am On Nov 14, 2013
I think he ment phpmyadmin to create his database and table fields for his form
Re: Post your PHP Problems Here by Acer1: 12:19pm On Nov 14, 2013
I found a mobile application ( titled MathSolver) at http://nextapps.mtnonline.com/app/mathsolver.32039 that solves Mathematical Equations like charm. It asks you for a mathematical equation and provides a step by step solution just the way a sound math teacher would solve it. And it works offline.

Since then I have been working on developing a similar application on my web site using PHP such that users will be able to enter inputs like x² instead of x^2 just the way MathSolver takes input from users.
Any guide will be appreciated.
Re: Post your PHP Problems Here by Brightvictor: 10:31pm On Nov 15, 2013
Pls am having a very serious problem with my xampp i can't connect it with my site on dreamweaver. It keeps writting port 8o is been used by xampp/xampp control pannel na my apache friends can't install i don't know if it is because am using windows xpPls am having a very serious problem with my xampp i can't connect it with my site on dreamweaver. It keeps writting port 8o is been used by xampp/xampp control pannel na my apache friends can't install i don't know if it is because am using windows xpPls am having a very serious problem with my xampp i can't connect it with my site on dreamweaver. It keeps writting port 8o is been used by xampp/xampp control pannel na my apache friends can't install i don't know if it is because am using windows xp
Re: Post your PHP Problems Here by 5hyguy: 2:07am On Nov 16, 2013
You need to change the port num, because another application that makes use of port numbers as occupied that number, so you will need to change the port number in wich xampp is using, you can use this link to solve your problem. "www.apachefriends.org/f/viewtopic.php?p=116257" wen u visit this link scroll down, the solution is there, hope this helps
Re: Post your PHP Problems Here by Irshittabey: 6:39am On Nov 16, 2013
I don't know why the things I enter into my form doesn't drop into my database when I use form action to direct it after submission to another page,so i use redirection instead,is this ok,or is it dat my codes are faulty?
Re: Post your PHP Problems Here by Irshittabey: 6:46am On Nov 16, 2013
I have another problem,I didn't use to have before,I am trying to retrieve datd from my database using mysql_fetch_array,but my pages keeps telling my connections is faulty,but it is the same connection code that is working for inserting my form into d database,but not working for retrieving data from the database.please what might i have gotten wrong
Re: Post your PHP Problems Here by Irshittabey: 6:46am On Nov 16, 2013
I have another problem,I didn't use to have before,I am trying to retrieve data from my database using mysql_fetch_array,but my pages keeps telling my connections is faulty,but it is the same connection code that is working for inserting my form into d database,but not working for retrieving data from the database.please what might i have gotten wrong
Re: Post your PHP Problems Here by 5hyguy: 6:53am On Nov 16, 2013
On your form not submitting, are u using a direct approach or using the dreamweaver method, and about retrieving data and connection not working? Are u making use of a recordset
Re: Post your PHP Problems Here by Irshittabey: 6:58am On Nov 16, 2013
I am using dreamweaver,I don't know recordset.
Re: Post your PHP Problems Here by 5hyguy: 7:09am On Nov 16, 2013
Ok for displayrecords on a page using dreamweaver, recordsets are the best, for u to use a recordset, you must declare a connection, afta you declare your connection, create a record set, then check for dynamic table, whhich helps u display the records in a tabular format, all these in your tab panels, where u have add new database connections, ull see "binding", then ull see server variables or so sha, hope this helps
Re: Post your PHP Problems Here by Irshittabey: 7:24am On Nov 16, 2013
Thanks I'll try it.
Re: Post your PHP Problems Here by 5hyguy: 7:40am On Nov 16, 2013
Uwc
Re: Post your PHP Problems Here by Djtm(m): 8:38am On Nov 16, 2013
Seems there are a lot of stuffs I don't know about dreamweaver. You mean I can use dreamweaver with little coding or design knowledge?
Re: Post your PHP Problems Here by 5hyguy: 8:44am On Nov 16, 2013
Offcourse just knw the panel nd buttons to b clickd on, bur its always safe to knw these codes nd hw they work normally as a web dev
Re: Post your PHP Problems Here by Djtm(m): 10:58am On Nov 16, 2013
5hyguy: Offcourse just knw the panel nd buttons to b clickd on, bur its always safe to knw these codes nd hw they work normally as a web dev
well, I have dreamweaver cs6 and I just use the coder's view. I can display the files of a site at the left side and write code at the right side. I've never really studied dreamweaver yo that extent.
Re: Post your PHP Problems Here by adewasco2k(m): 11:09am On Nov 16, 2013
Irshittabey: I have another problem,I didn't use to have before,I am trying to retrieve data from my database using mysql_fetch_array,but my pages keeps telling my connections is faulty,but it is the same connection code that is working for inserting my form into d database,but not working for retrieving data from the database.please what might i have gotten wrong
Check the user's privileges

1 Like

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) ... (20) (Reply)

Add More Than One Website Url To Your Twitter Account. / Top Google Searches By Nigerians 2015;Arsenal,Buhari,Diezani Arrest tops d list. / Mark Zuckerberg Eating Pounded Yam And Eforiro (Photo)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 40
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.