| | |
Login session
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
•
•
Join Date: Mar 2008
Posts: 154
Reputation:
Solved Threads: 19
Attach your files in a zip using the attachment option when posting your next message (the paper clip).
Matti Ressler
Suomedia
Matti Ressler
Suomedia
If you want your dreams to come true, the first thing you must do is to wake up....
Suomedia - Dynamic Content Management
Suomedia - Dynamic Content Management
As per the rules, Suomedia, it's good to keep things on the site. Solving problems through PMs, email and sending attachments makes things cumbersome and difficult to search through if someone else is sharing the problem.
GCS d- s+ a-->? C++(++++) UL+++ P+>+++ L+++ E--- W+++
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r y+
PMs asking for help will not be answered, post on the forums. That's what they're there for.
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r y+
PMs asking for help will not be answered, post on the forums. That's what they're there for.
•
•
Join Date: Mar 2008
Posts: 154
Reputation:
Solved Threads: 19
•
•
•
•
As per the rules, Suomedia, it's good to keep things on the site. Solving problems through PMs, email and sending attachments makes things cumbersome and difficult to search through if someone else is sharing the problem.
It is on site. This forum is designed to allow attachments to posts so that the threads are not cluttered with mile long posts of code (more than one file in this case).
Please leave moderating to the moderators
Matti Ressler
Suomedia
If you want your dreams to come true, the first thing you must do is to wake up....
Suomedia - Dynamic Content Management
Suomedia - Dynamic Content Management
Anyway, aside from that
The first error is happening because
The second and third are happening because
PHP Syntax (Toggle Plain Text)
Notice: Undefined variable: sql in /home/book2.php on line 16 Notice: Undefined variable: a_row in /home/book2.php on line 33 Notice: Undefined variable: a_row in /home/book.php on line 34
echo $sql; should be echo $query .The second and third are happening because
$a_row should be $row Last edited by ShawnCplus; Apr 1st, 2008 at 8:41 pm.
GCS d- s+ a-->? C++(++++) UL+++ P+>+++ L+++ E--- W+++
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r y+
PMs asking for help will not be answered, post on the forums. That's what they're there for.
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r y+
PMs asking for help will not be answered, post on the forums. That's what they're there for.
•
•
Join Date: Mar 2008
Posts: 63
Reputation:
Solved Threads: 3
Hello its all working now but the postcode dont appear in the textbox it appears at the top of the page, even though ive used
php Syntax (Toggle Plain Text)
<input type="text" name="PickupAddressPostCode" value="<?php echo $row['PickupAddressPostCode']; ?>" />
Last edited by peter_budo; Apr 3rd, 2008 at 11:00 am. Reason: Please [code] tags not [quote] tags to highlight code
Give this a shot
html Syntax (Toggle Plain Text)
<input type='text' name='PickupAddressPostCode' value='<?=$row['PickupAddressCode'];' />
Last edited by ShawnCplus; Apr 2nd, 2008 at 10:03 am.
GCS d- s+ a-->? C++(++++) UL+++ P+>+++ L+++ E--- W+++
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r y+
PMs asking for help will not be answered, post on the forums. That's what they're there for.
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r y+
PMs asking for help will not be answered, post on the forums. That's what they're there for.
•
•
•
•
Give this a shot
html Syntax (Toggle Plain Text)
<input type='text' name='PickupAddressPostCode' value='<?=$row['PickupAddressCode'];' />
php Syntax (Toggle Plain Text)
while($row = mysql_fetch_array($result)){ echo "<input type='text' name='PickupAddressPostcode' value='".$row['PickupAddressCode']."'>"; }
Ignorance is definitely not bliss!
*PM asking for help will be ignored*
*PM asking for help will be ignored*
![]() |
Similar Threads
- Updated : Simple ASP.Net Login Page (ASP.NET)
- session (ASP.NET)
- How to direct page to login page (PHP)
- RedHat 8 (*nix Software)
- Netscape 7.1, Hotmail login problem - cookies 'disabled" (Windows NT / 2000 / XP)
- Need Help with login authentication (ColdFusion)
- How to maintain session for Web Services Object? (VB.NET)
- ASP and SQL ? (MS SQL)
- Cannot Login to Mac (OS X)
Other Threads in the PHP Forum
- Previous Thread: Prase error..Pls help.. simple script..
- Next Thread: Updating Profile
| Thread Tools | Search this Thread |
apache api array basic beginner binary broken cache cakephp checkbox class cms code computing confirm cron curl customizableitems database date delete display dynamic echo email error external file files filter folder form forms forum function functions gc_maxlifetime google headmethod host howtowriteathesis href htaccess html iframe image include insert ip javascript joomla limit link login mail malfunction memmory memory menu mlm multiple mysql navigation oop parsing paypal pdf php phpmysql problem query question radio random recursion remote script search select server sessions sms snippet source space sql syntax system table thesishelp trouble tutorial update upload url validator variable video web youtube






