does anybody know why % symbols cause problems when taken from a mysql database and printed on a php page...
i get 'too few arguments' errors..
does anybody know how to get around this ??
cheers
fyl
I have a mailto form which posts data to an email address
i want the page to change when i hit the submit button
what do i need to add to this code??
<form method="POST" ACTION="mailto:anemailadress@dummy.com">
(kind of like 2 ACTIONs...which won't work)
do i need...
has anybody come across this before...
Call to undefined function: mysql_connect()
The server(linux redhat7.3) was just rebuilt, now i keep getting this error..is it PHP or Mysql on the blink???
Also my .htaccess has stopped working...d'oh..
Does anybody know how to cure this???
cheers
Fyl
cheers for your help...
it's working...
but other means...
i have simply added a message after the upload to notify the user that their file has been uploaded..then when they press the OK button beneath the message, it simply refreshes the page(in the other page) using your code..
sneaky eh...
i am currently constructing a site that allows users to upload files, i have altered the php ini file to allow 5 meg max file size.
In the form on upload page i have set the MAX_FILE_LENGTH to 5 meg, however every time i try to upload a file bigger than 1 meg the browser gives me "The page...
i am writing a script in a frameset to upload files, i then wish to display a link to this file in another frame. it works fine but i cannot automatically refresh the link window to display the new addition, i have attatched an onClick event to the upload/submit button. It works but i have to...
Does anybody know how to add style properties to the following ..
<input type="file">
i want to make the 'browse' button that appears a different colour to generic grey (without altering the colour of the text box next to it)..
cheers
FYL
we are attempting to edit web-pages on the fly searching for individual HTML tags (<!enterlink>).
we have used the code you suggest in the following format
$x=0;
while(list($line_num,$tarray[$x])= each($fcontents))
{
if ($tarray[$x] = "<!enterlink>") print $x;
$x++;
}
Even though...
when i display the string content of a PHP variable (that contains spaces) in a html text box the text is cut off at the first space character...
ie...
the variable ="hello there"
when displayed in the HTML text box all i get is "hello"
what is going on???
cheers FYL
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.