hosted by a company and am sure the mail server is up and working for me. is
there a way i need to feed it a username/password with php? any ideas on why
its not working? im completely stumped.
--
Brad Esclavon
[EMAIL PROTECTED]
(H) 404-875-4561
(C) 404-291-1082
--
PHP General Mailing List
trim($a_string); // removes all newline, carriage returns, and formating
$in_str_var_name=str_replace("search_for", "replace_with",
$in_str_var_name);
replaces any strings or chars
also- check out php.net documentation on string-- many other useful
functions for string manipulation
--
PHP
trim($a_string); // removes all newline, carriage returns, and formating
$in_str_var_name=str_replace("search_for", "replace_with",
$in_str_var_name);
replaces any strings or chars
also- check out php.net documentation on string-- many other useful
functions for string manipulation
--
PHP G
I am getting this error message when i use file() to convert a text document
to an array.
Warning: file("http://www.something.com/the_filename.txt";) - Error 0 in
/nfs/cust/directory_structure/index.php on line 21
I have looked on google and on php.net/docs for information on this problem
(error
I am trying to pass 2 variable values(username and userpassword) to a popup
window to display those values when a button is clicked. When the window
pops up, the variable names aren't displayed because they havent been
passed.
Here is the code:
onclick="window.open('http://www.bluedorado.com/bdnfo
once removed from same directory as the login page, the secured page was
secure
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have written a script that validates a username/pwd input and if usr/pwd
is correct, includes the protected page, or if usr/pwd is wrong, input page
reloads the form onto itself with a form submit.
all of the code is correct, except that the secured page is viewable from
the internet if i explic
7 matches
Mail list logo