line breaks in between fetched file names
Hi,
I have this code:
Code: <?php
if($dir = opendir('files')){
while (($f
Credit card verification
I have a client who wants to process credit card transactions from his web site rather than the goin
Can I call a class inside a function?
I have a class written in another file that handles my image resizing.
Can I do this (php say
Please Help my PHP Dating Function.
Hi everyone!
Well here is my code that displays this:
It works wonderful.
include problem
I have my root folder as:
Code: $root = $_SERVER["SITE_HTMLROOT"]; // the server root<
Displaying image pathname instead of image
Hello
Im trying to upload and then display images from a mysql database - Its only basic and
Character Set Setup
Whats the best character set to use if you want every character to work, and also how do you make yo
PHP4 to PHP5 Conversion
Hi Everyone,
I am working on a site that is built up on PHP4 and each page is being started f
problem with GROUP BY and ORDER BY
i usually use this query to display the last 10 entries from a sql table:
Code: $query = &quo
storing results of a function - previous result overwritten with new result
I have created a function to validate input.
function validate_dimension($value,$name) {
<