This is a discussion on "[SOLVED] Php Forms problem" within the PHP Forum section. This forum, and the thread "[SOLVED] Php Forms problem are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] Php Forms problem
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#21
|
||||
|
||||
|
Re: Php Forms problem
Okay, I can see your problem. You didn't overwrite the PHP you had in there already. My code was to be a replacement for yours.
This needs to replace the one in the top level (not the one in the admin folder)
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
#22
|
|||
|
|||
|
Re: Php Forms problem
Excellent it loads up!!! The only problem am having now is that the sign up.php file located in the admin folder seems to pick up the CSS style and the has all the site features colors and so on, but the sign up file that you sent does not show pick up the css style unless its put in the admin file... can you help!!! I no am a pain its just i wanna get this sorted today, i feel like am going round the twist...... Cheers luke.... By the way do u have myspace???
|
|
#23
|
||||
|
||||
|
Re: Php Forms problem
The css is because of the link you have
change <link rel="stylesheet" href="css/1.css" type="text/css" media="screen,projection" /> to <link rel="stylesheet" href="css/1.css" type="text/css" media="screen,projection" />
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
#24
|
|||
|
|||
|
Re: Php Forms problem
Ok the page loading up problem is fixed!!! The css problems is fixed!!! The only problem i have now is no data is going into my database from the list-menus???
|
|
#25
|
||||
|
||||
|
Re: Php Forms problem
Is it displaying an error message at all? We've go valid PHP now so it is probably the database..
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
#26
|
|||
|
|||
|
Re: Php Forms problem
No errors are being reported m8t!!! God i bet u wish u never replied to my post yetserday!!!! Ive checked the database, and it connects to dreamweaver no probs!! It also pics up in mysql administrator, Even the origianla text fields dat worked yesterday are not working now??? But no errors are being reported
|
|
#27
|
||||
|
||||
|
Re: Php Forms problem
can you add
ini_set('display_errors', 1); error_handling(E_ALL); underneath the vey first <?php in the file and add echo $query; after // contruct the query $query = "INSERT INTO details($cols) VALUES($vals)"; Let me know the result. This is a gooden alright
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
#28
|
|||
|
|||
|
Re: Php Forms problem
Ok i appearto have solved the problem!!! I had to create records by clicking on each drop down list, and the data was entered into the database....
Cheers 4 all yer help, u have been great!!! Listen if you have msn or myspace let me now, am always gettin away from the girl freind pissen round on the computer, it would be cool to have a less stressfull conversation..... Thanks for tech support My other hotmail address is NeoReloaded@hotmail.co.uk |
|
#29
|
||||
|
||||
|
Re: [SOLVED] Php Forms problem
Pheww!!
** Rakuli grabs a beer, ignores the beer's previous owners protests and sculls it in one breath. Rewarding himself in true Aussie fashion **
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem validating "Strict" with forms | Craigj1303 | Web Page Design | 2 | Jan 22nd, 2008 15:01 |
| [SOLVED] 1 solved problem causes another | delusion | Web Page Design | 9 | Dec 21st, 2007 08:12 |
| [SOLVED] Another problem with mozilla | thewebkid | Web Page Design | 12 | Nov 29th, 2007 14:39 |
| [SOLVED] FF problem | nashultz07 | Web Page Design | 3 | Nov 28th, 2007 03:49 |
| [SOLVED] Posting problem | Stormraven | Webforumz Cafe | 2 | Oct 5th, 2007 20:04 |