Archive for August, 2010
WHY IS THIS PHP SCRIPT NOT WORKING?
Aug 3rd
//test.php
< ?php
if (isset($_POST['submit'])) {
if ($_POST['username']) == 'myusername') && ($_POST['password']) == 'mypassword')) {
header ('location: search.php');
exit();
}
}
?>
i wish to redirect the user to my search engine if their login was successful.
thanks a bunch.
whilikers, that is a great point, thanks. I have made the capitalization, but unfortunately it still does not work. something somewhere is wrong:-)
ADD:
what does it mean “if your web page receives any html or even blank space, the header() function wont work”?
Read More >>
HOW DO I BUILD LINKS TO MY WEBSITE?
Aug 2nd
I have a new website that I am building and I heard that building links to it will help me show up superior on search engines. How do I build links for my website?
Read More >>
FIREFOX SEARCH ENGINE?
Aug 1st
Just wondering why my Firefox searches with Google.Doesn’t,Firefox use their own search engine?
Read More >>
WANT BETTER SEARCH ENGINE RANKING?
Aug 1st
I am trying to increase my search engine ranking for my website www.textbooks100.com. What are the ideal ways to see a swift increase in rankings? Also, any recommendations for how to build a commission based sales program where those who send me customers get a commission when leads buy?
Read More >>
IS THERE A PHP SCRIPT THAT WILL PRINT SPECIFIC TEXT ACCORDING TO THE CURRENT DATE?
Aug 1st
This needs to be like a ‘Today in history’ type script, where the output changes according to the current date based on content of a table or variables. I can do this in JavaScript, but JavaScript is usually ignored by the search engines, but PHP output is indexed.
Thanks,
Zeba
http://www.JigsawADay.com
Ok, I do not want to print the date itself, I want to print out a pre defined text string that changes when the date changes.
i.e. on March 11th it would print out ‘This is text string one.’
On March 12th it would print out ‘This is my second text string.’
Read More >>
