Announcement
Collapse
No announcement yet.
User Profile
Collapse
Profile Sidebar
Collapse

GSHelpBoy
Member
Last Activity: Sun 16 Feb '03, 9:00pm
Joined: Mon 5 Nov '01
-
The substr() function is is one way.
-
It could be your browser.
The $HTTP_REFERER variable is not set by the server, but the browser.
So if the URL was manually typed in, of if your browser does not support it,...
Leave a comment:
-
-
I believe this will work:PHP Code:if ($_REQUEST['p'] == 'products') {
// code
}
Leave a comment:
-
My mistake, it is supposed to be:PHP Code:$newdate = date('m-d-Y', $originaldate);
Leave a comment:
-
Get the date, and then do this:PHP Code:$newdate('m-d-Y', $originaldate);
Leave a comment:
-
If you can be more specific, i.e. provide field names and values, we can be of more assistance.
Leave a comment:
-
You have to open it with an editor other than TextPad, however, because vBulletin source code is not saved with hard breaks.
Leave a comment:
-
See http://www.php.net/mail for the syntax and explanations.
What error do you receive?
Have you configured the mail settings in your PHP INI file?
Leave a comment:
-
-
ini_set(), anyone else have problems
Whenever I use ini_set() in a script, it doesn't affect the script.
For example, I use ini_set("magic_quotes_gpc", 0), it doesn't strip the slashes from anything.
-
This happens when a page passes on information via POST.
Instead of storing the information in the URL, it stores it with the browser, so the browser must re-read the information.
Leave a comment:
-
-
<a href="javascript:" onclick="parent.location='mypage.php'">Go to my page!</a>
I think that would do it....
Leave a comment:
-
My suggestion would be to first read the manual and then, if you still have some questions, post them here or search around other sites for more tutorials.
Leave a comment:
-
Using the ampersand passes a variable by reference to another variable, meaning whichever happens to the referenced variable happens the to variable being referenced.
A variable cannot...
Leave a comment:
No activity results to display
Show More
Leave a comment: