Showcase your knowledge about Apple's newest OS. Write a how-to or share a tip or trick about Snow Leopard and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested PHP Solutions: 76 - 100 of 6481
 
Hi, I've got some problems while using the GD library with PHP: 1. How can i layer a transparent png/gif image onto a colored background without the white border that surrounds the non-tr...
I found what I was looking for, in an old thread (ID 11448788 posted by rockmansattic July 5, 2004) I do not want to set urls I want to pass the JavaScript variable straight into a PHP Session...
$query = "SELECT COUNT(*) FROM grouplists WHERE grouplists.gid='$groupid'"; $result2 = mysql_query($query); $groupcounter = mysql_fetch_array($result2); This would return an array, i dont...
Hi, I am trying to write a webservice client in PHP. This service needs Files to be sent as ByteArray. How do I create a ByteArray? I thought of reading a file one byte at a time and stor...
If I want PHP to submit GET variables it's easy. <?php $User_ID=1; header("Location: http://www.example.com/activateuser.php?UserID=".$User_ID); ?> but I need to use POST variables. I ...
i have an array like this $array=array("one","two","bingo","three","four"); i want to remove the "bingo" (i know his key)... i tried with " unset($array[2]); but then there's an "hole" i...
Hi, Anyone know how to do the following? Suppose there were two string variables: $htmlString = "lorem ipsum lorem ipsum <a href=\"http://www.some-url-or-other.com\" >LINK-TEXT</a>lorem ...
I am building a multilanguage site in PHP. The safest solution is probably to have "parallel trees" of pages of each language with "hard-coded" pages (eg, some info text taken from a MySQL da...
Hello,  I am using WYSIWYG editor (http://www.innovastudio.com),  I want to use jQuery but this time WYSIWYG editor goes crazy. Is there anyway to use WYSIWYG editor with Jquery?
Hello, I am currently using PHP and MySQL to develop my website. I need to know the way to convert time from a 12 hour format to a 24 hour format in order for MySQL to receive it and record it...
Is it possible to have a 4 level combo box dynamicaly populated from a mysql database using php and AJAX. Would be great to have a code for that but I'm not asking that much, a good tutoria...
Hi Experts, How can I convert HTML source to image (Run-Time on Server) by PHP language ?
I am not sure, how to write redirect pages , in Php .. can someone give me illustration here is my login and password..hp if (........) echo "success"' XXXXXXXXXX else echo "wrong p...
Hi. I been googling on the web for solutions, but none of them have worked. Please, someone tell me if there is a simple way to set session timeouts in php. Basically when a user logs into the...
I am building a small script to let me see my accounts on Quantcast. They don't have an API, so I am just doing this with PHP. I am new to HTTP headers and cookies. But I have done so...
Hi there, I have set up a login process here: http://widowspeak.com.au/index.php If you login you go through the process etc but once you login the page it redirects to is BLANK!! I s...
We need a script in php,  can login in a webmail hotmail account, using a username and password, and save the emails content into a mysql database. The database should have the form : From S...
I need to trim a php string word by word until it is under a certain character limit. ie I have a string "word1 word2 word3 word4 word5 word6"   I have a string limit of 20 characters...wh...
Hi, I use the following code to add an embedded image to an email message, but the image isn't included in the email....please help.... my code: $mail = new PHPMailer(); $mail->AddEm...
hi i am new to Php.  is there any PHP GUI editor available in market for Php. like droping the controls and align the controls etc. because now i am doing only through the html code. ...
OK, maybe it's late, but this is just driving me bananas.  I'm doing a simple logical operation which took in another program I wrote, but now it's just not seeming to work.  I've simplified m...
I have a website developed in DreamweaverMX using PHP/MySQL.  I am testing it locally on a WindowsXP platform with an Apache webserver. When I output something from a PHP script to a web pa...
I used the below code in http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23509647.html to post my form data to another script.jsp url, it is a payment checkout (s...
i am new to xml.i want to know how we can create an xml file in php
Hi Experts Using the PHPMailer code below, I got the email with messages but not the attachment. Any suggestions? Thanks <?php require("class.phpmailer.php"); // Instantiate your new ...