HTML OR SCRIPT QUESTION?
CALLING ALL SEO EXPERTS: QUESTION ON MULTIPLE ARTICLE SUBMISSION?
September 4, 2010 - 9:43 am
Posted in FAQ | 3 comments
hi, I never thought i’d be asking this question here on yahoo. I am new to yahoo answers. See, this is not really an important question, its just that its been in the back of my mind for some time now.
The question is, I have bought an article submission software that needs me to manually [...]
HOW DO I SETUP THE HTML INSIDE EMAILS SENT THROUGH PHP?
September 4, 2010 - 9:42 am
Posted in FAQ | 2 comments
I am currently working on a script that sends a new user an email requiring them to click an activation link to become fully registered. The script seems to work fine, but I am trying to perfect how the email itself works. I currently have the link inside the email that sends them to the [...]
MYSQL QUESTION< CAN YOU HELP?
August 31, 2010 - 7:00 am
Posted in FAQ | 2 comments
i have a PHP script with a sql statement that accesses a database. this script will pull each record, however. If i wanted i could restrict the records to be pulled to let us say 20 per page.
now the question: i wish to create a “”click next” button so that the user can navigate [...]
HAVE YOU EVER TYPED YOUR OWN SCREEN NAME INTO THE QUESTION SEARCH ENGINE?
August 27, 2010 - 3:37 pm
Posted in FAQ | 26 comments
Isn’t there an world wide web term for doing that? I just did it and realized I missed some very fun questions… apparently I wash my contact lenses in Glenlivet… LOL
It’s extraordinary to see the pages of questions about Pangel, Fireball and many others…
NEED HELP ON SIMPLE SCRIPT?
August 13, 2010 - 8:20 am
Posted in FAQ | 3 comments
What Im trying to do is make a multi purpose textbox,
when I press GO(button) , the textbox and the selected engine
will do it… I cant make the GO button get the value of textbox and engine…
Can you guys fix it?
Google
Website
function goToURL() { window.location = “gfds”; }
DOES ANYONE KNOW OF A WEBSITE THAT HAS THE LYRICS OR SCRIPT TO JEKYLL/HYDE THE MUSICAL?
I’m writing a paper about Jekyll/Hyde in comparison to the play Dr. Faustus. I am aware of the novella by Robert Stevenson which is the original work, (and I own it) but would like some references to the play or at least the lyrics to the songs. I have access to the music but not [...]
HI FRIENDS CAN U GET ME THE CODING FOR SEARCH ENGINE FRONT END AS HTML AND BACK END AS MY SQL.?
August 3, 2010 - 7:37 pm
Posted in FAQ | 2 comments
coding for creating my own search engine such as google, yahoo etc..,
Front -end as Html
Back -end as my SQL
Please help on that.,
WHY IS THIS PHP SCRIPT NOT WORKING?
Username:
Password:
//test.php
HOW CAN I MODIFY THIS CODE (WARNING SCRIPT RELATED)?
August 2, 2010 - 9:04 am
Posted in FAQ | 5 comments
ok i have this code:
IS THERE A PHP SCRIPT THAT WILL PRINT SPECIFIC TEXT ACCORDING TO THE CURRENT DATE?
August 1, 2010 - 9:08 am
Posted in FAQ | 3 comments
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 [...]



















July 29, 2010 - 9:29 am
redirect
July 29, 2010 - 9:57 am
First of all, I wouldn’t recommend doing this, since it tends to annoy people.
That being said, the simple way is to redirect the first page to another one using window.location.
For example, let’s say a person goes to index.html. You want to immediately redirect them to index2.html. On index.html, put:
Then you would put the page you want the person to see on index2.html.
That way, if someone hits back, they go to index.html and are redirected again to index2.html. It creates a loop.
July 29, 2010 - 10:18 am
You can’t actually do this reliably.
Google will give you some ways that work for most situations, see link below