Do not use on any
shared computer
August 29, 2008 11:08pm pdt

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top PHP Solutions: 151 - 175 of 1573
 
Hi,    I develloped my script on easyphp 2.01b who run PHP 5.2. It return no error and is able to create cookie. But when i uploaded it on my server who run PHP 4.4.4 i always get error: ...
Hi, My shared host recently upgraded to PHP5 from PHP4. All pretty much seemed to go well. However, one part that has stoped working is the automated backup. Before upgrade, each day a cr...
HELP! I'm sure this answer is so completely obvious to some web designers out there, it's just driving me insane. I'm designing PHP web pages and whenever I try and use a PH function that ...
How can I determine the absolute path to a file or a folder on a unix / linux host. I tried: <?php      $abspath = realpath('/ybads/upload.php'); ?>      It returns nothing. I am in the folde...
My array looks like this: Array (     [0] => Array         (             [parent_id] => 2             [parent_name] => Master Category 2             [child_ids] => Array          ...
I am using PHP to generate iCalendar events using data from a MySQL DB.  To my eye, the .ics file it generates is well formed, but I keep getting an import error that says "This error can appe...
Hi Guys I have some trouble here. My code works fine on my IIS on XP. But when i copy my project to our 2003 server it seems it doesnt allow File Access for some reason.. I have created the...
Hello Folks, I have a contact us page and  I would like to add some basic spam protection on the page. Can someone please let me know If I can quickly add some code to prevent spam abuse on ...
Hello, I hate to be here asking a question however i have hit some what of a road block, I am by no means good at js or php :) but i can usually work things out. What i am having problem...
I have an error in the $specialty[] = $row[0]; line. I am trying to load the rows into an array. help?
Hi there, I want to get the current page url so i use this $_SERVER['SERVER_NAME'].$_SERVER['PHP_SELF'] However when the the page has an anchor as well, it is not contained to this string...
I need a script which uses gd where i can upload an image, and this will be resized so that its 192px wide, i dont care about the height for now, i then want it cropped so that its 192px by 19...
We have a website written in PHP with a MySQL database. It's a calendaring system that allows people to book dates. I've seen somewhere where it is possible to send an attachment in an emai...
I need to generate unique ticket numbers for an online raffle that could have around 100k tickets or so generated.  I've currently got this part setup very simple: $RandomNumber = rand(1000...
when i'm exporting with dompdf, all goes well. But when i add these 2 lines i get an error and timeout: $size = array(0.0, 0.0, $height,$width); $dompdf->set_paper($size, "Landscape"); ...
Running PHP 5.1 on an Apache 2.2.6 (localhost with appropriate DB permissions) on a windows XP home machine (my laptop). Function foo(in the snippet) is an implementation of an abstract object...
Trying to perform a search using fulltext on a mysql 4.x database and php. The collation of the database is latin1_sweedish_ci the query is: $query = $_POST["query"]; $SQL = "SELECT * FR...
I'm really trying to delete files older than 1hr old.  I've found this script through another post and having some trouble with it. $dir = '/home/directory_location/files'; if ($handle = o...
-The computer is not connected to a network. It's a stand alone devolopment box. Can't get it working properly...
Ok, this is driving me mad... Have done a website, which has a simple backend allowing the owner to edit it.  Two files are in xml - one is for the menu, and the other is for a list of cour...
hello,   I have installed WAMP5 on Windows server 2003. The install was successful and both services i.e. wampmysql and wampapache were running OK and were set to automatic as windows service...
hi i had to reinstall WAMP . i have changed the php.ini file so that the smtp will be correct. when i try to send an email from a form (that worked great before the re-instalation) it act as...
I need to be able to take any image, check if it is larger than 800x600 pixels and if so resize it so it is keeping its oringinal aspect ratio? My logic was like this: if ($width > $height...
Hi, I have a resultset that i need to export to excel, some parts of the results on different sheets of the excel document, does anybody know how i can do this ?
I have a lot of experience with php but this one is new on me. It seems that a new session is created everytime the session_start() function is accessed, even though we are still in the same s...