Notice Undefined index: reset/ Attempting to redirect, works, but get a notice
Full Header.php is:
Code: [Select]<?php
$reset= false;
$reset= strip_tags($_GET[&quo
PHP Error
On my .php page I have a drop down box that has several names in it. When a user clicks the name &am
Problem writing URL into database
How would I write this into the database?
<?php echo "http://".$_SERVER['SER
onclick problem
I have <input type="text" name="message">
<a href=page2.
Buggy registration system
Hey, I just started scripting in PHP, and I ran into a few problems.
Code: <?php
includ
Sessions Value Not Saved
Hi,
Im making a login form and im using this code:
Code: if($login=="true"){
Output Full URL of Current Page
Let's say I am currently viewing a dynamic page:
http://www.mydomain.com/directory/index.php
Page not Loading After Test
Hey All
It seemed that an inlcude statement wasn't working for some reason, so I tried a more
Number Format
Hi All,
I have number '000000000050085' I want to format it to 500.85 Can any one give me
Apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?