Summary: I am using the image resize script found at: http://codewalkers.com/tutorials/42/1.html . However, rather than simply display the image after I resiz...
Summary: Hi all, I am new to this group and PHP programming. I have a very simple question. I have a database where I want to store and display all images. ...
Summary: Be sure to properly modify your code when posting so it isn't processed. Make sure you view the post int he preview page before submitting. Here is th...
Summary: as above. That's what I google [IMG=100x100]http://img354.imageshack.us/img354/5061/rodimusprime02sh6.jpg[/IMG] or [img=100x200]["url]http://img354.im...
Summary: hi, does anyone have a simple piece of php code to upload an image and display it on a web page?? tried many before and got lost with them, any help w...
Summary: Hi all, I am new to PHP and web programming. I am implementing a site with PHP and MySql as programming languages. I have few images which I want to b...
Summary: Hi, this is for a friend, I'm not into web development myself. He is creating a personal homepage, he is using microsoft frontpage to make all the pag...
Summary: Here's a simple hit counter in PHP: <?php //Path to counter file $file = "count.dat"; //Get number of hits at the moment $counter = file_get_conten...
Summary: I've created a page of thumbnails that when clicked load the relevant image in a new pop up window. Im using this code: Code This works fine but the o...
Summary: DrS- No...If going to the URL places a cookie on the user's computer, then the PHP way I mentioned won't work. This is because the server is the one ...
Summary: I've run in to a problem with the ereg_replace feature in php. I want to replace a variable in a string with a value in a constant. I've got it to sea...
Summary: can anyone tell me how can I display an image in my XML document using DTD and CSS. I tried to do like this: <xmlns:html="http://www.w3.org/TR/REC-...
Summary: know that this is a bit off topic anyway,answer if you can. i want to display my image in my webpage (*.html) so that when people open the page, they...
Summary: Hi all, These four characters " ' \ and null in PHP makes me very confused. Can some give me explain these with simple examples or give me poiniter ...
Summary: Since you are wanting to open an HTML page and not a PHP page I am assuming you are not passing any form data to it. If that is the case you do not ne...
Summary: Im trying to make a logon script in PHP. When I run the webpage i get an error that says: [error] mysql_numrows(): supplied argument is not a valid My...
Summary: In php.ini there is an error_reporting directive (which specifies level of reporting) and a display_errors directive. Both have to be set. Beyond th...
Summary: Hi, I have a web form I am trying to test. It just gets values from fields and emails them. I get this error: Failed to connect to mailserver at "lo...
Summary: Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ...
Summary: In general, add a form that uploads data. Here's an example form the php help file. <form enctype="multipart/form-data" action="some_url" method=...
Summary: Hi all, I have the following gallery code example found at http://www.sitepoint.com/article/php-gallery-system-minutes ************************** <...
Summary: Hello, I am a little new to writing PHP, but stumbled my way to this point. I got a script that is supposed to add the file name to my database, and t...
Summary: Hi all, I am new to PHP and web programming. I have a very simple question, I have following simple code: **************************** <?php if (is...