Forum: PHP Jan 9th, 2009 |
| Replies: 12 Views: 3,421 .. hey phpNewbie.. umm the sites i gave was a great help.. i am also a self taught coder.. i only search , read forums.. and it gave so much more than i think of..
it's easy to paste the code... |
Forum: PHP Jan 8th, 2009 |
| Replies: 12 Views: 3,421 with that... try to search tutorials on google.. try website like w3schools.com, tizag.com.. there are many examples there.. including php and mysql for your data fetching.. when your done, post it... |
Forum: PHP Jan 7th, 2009 |
| Replies: 12 Views: 3,421 Hi, you can have php code <?php echo $_SERVER['PHP_SELF'];?> on your form action to return the results in the same page.
and in the top of your page(the same page with the form), add conditional... |
Forum: PHP Aug 14th, 2008 |
| Replies: 19 Views: 5,330 hi.. i am a also a newbie.. try this one.. this worked for me. :)
<html>
<head>
</head>
<body>
<?php
//mysql connection
$dbconn = mysql_connect("","","") or die(); |