[SOLVED] Php Forms problem

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.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices




Closed Thread
 
LinkBack Thread Tools
  #21  
Old Oct 5th, 2007, 15:13
Rakuli's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
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)
Attached Files
File Type: php Sign Up.php (38.4 KB, 6 views)
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #22  
Old Oct 5th, 2007, 15:31
Reputable Member
Join Date: Oct 2007
Location: Liverpool UK
Age: 29
Posts: 230
Thanks: 0
Thanked 0 Times in 0 Posts
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???
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #23  
Old Oct 5th, 2007, 15:33
Rakuli's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #24  
Old Oct 5th, 2007, 15:53
Reputable Member
Join Date: Oct 2007
Location: Liverpool UK
Age: 29
Posts: 230
Thanks: 0
Thanked 0 Times in 0 Posts
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???
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #25  
Old Oct 5th, 2007, 16:06
Rakuli's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #26  
Old Oct 5th, 2007, 16:15
Reputable Member
Join Date: Oct 2007
Location: Liverpool UK
Age: 29
Posts: 230
Thanks: 0
Thanked 0 Times in 0 Posts
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #27  
Old Oct 5th, 2007, 16:28
Rakuli's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
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 No regrets though -- I'm gonna get this!
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #28  
Old Oct 5th, 2007, 16:40
Reputable Member
Join Date: Oct 2007
Location: Liverpool UK
Age: 29
Posts: 230
Thanks: 0
Thanked 0 Times in 0 Posts
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #29  
Old Oct 5th, 2007, 18:03
Rakuli's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: [SOLVED] Php Forms problem

Pheww!! Glad it's sorted

** 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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 21:36.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved