Search the Community
Showing results for tags 'changing'.
-
I want to place some images at the top of my site. I wnat the image changes to another image in some secound. what should i do? you can see an example on http://webdars.com
-
The ability to change our passwords would help a lot.
-
Expectation of code: I would like it to take the number the customer selects and based on that number load a different page. So you load into index.php The options are 1 - 4. I am receiving the information into Variables. However, it's not changing the page. Here is the code for it to change the page. header('Location: driven' + $num + '.html');} Also is there a better way of breaking out of php code? <?phpif(isset($_POST['submit'])){echo "Submit button has been pressed"; ?><br /><?phpecho $num; ?><br /><?phpif ($num < 1){ $error="Invalid option"; ech