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!

 
Top PHP Solutions: 51 - 75 of 1469
 
Hi experts * OS: Ubuntu 9.04 * PHP v 5.2.6 * the PHP script as shown below. [1] When I download a jpeg image from the server, it's got zero size. When I click on the downloaded image ...
I am working on a website that was written in PHP using the PRADO framework. In this website, there are eight elements in the navigation bar in the main template. When the user logs in they ar...
Hi, If I have a date such as 08/11/2009 (format is DD/MM/YYYY). Is there a way to check if the date is Sunday and if so add an extra day to this so that it will display Mondays date instead?...
php.ini what is the line to disable error warnings what is the line to disable errors
I have some excellent code written by leakim971.  It has one error in it.   leakim: Can you see what is wrong  with the window.open line?  It gives a script error.  I fixed it by using t...
I have a script that runs through a list of websites and checks the html code for links....however the script will run for a long time (up to an hour sometimes depending on the amount of sites...
I have a PHP file "connection.php" having a function OpenConnection(). The following code is of file "Index.php". There is one more html file in the name "home.htm". Home.htm is set as a st...
Hello I need a script in php using Ajax for Thumbs Up/Down rating system. Need any pointers. I will increase the points to 500 for the complete script.. Thank you.
So I have a list of latitude and longitude coordinates that I would like to plot on a 512 x 549 image that I got from the state cartographers office. How can I convert these spherical coord...
how does urlencode work. does it change the url in the browser difference between urldecode and differences between javascript and php for urlencode, urldecode
I currently have a php script that will create a table containing hyperlinks to pdfs base on the file name. So for example if I have a file name such as 01_SampleFile_10-30-2009.pdf, the scrip...
hi i need a php script that not only check if the email format is ok but essentially check if the email address exist globally. thanks
Hi I have a simple form, running on apache server (php of course) that needs to go to a confirmation page after the form is submitted. I am not quite sure of the hidden field setup, whic...
Hello I am working with Debian, PHP5 and imagemagick. I am trying to create a thumbnail but for some reason I can not get it to work. Here is my code $path_to_saved_thumbnail = "test...
Using wampserver 2.0i when left click  'put offline' get dialog box aestan tray menu could not execute menu item(internal error) [Exception] Could not perform service action: The servi...
Hellow all, I have this array: $DATA_INFORMATION = array(      'name one' => 'stuff one',      'name two' => 'stuff two' ); How can ik create this array dynamically with a loop? Al...
Hi, I'm wondering if there's an easy way to, instead of using substr($source, 0, 180) for instance, which would cut off half way through a word in the string, to make it cut off after the 2...
In the code below, I want to pass the value of "txtCountry" to "AddCountry.php" as an argument. How to pass it easily? And also, how to fetch that value in "AddCountry.php".
I was toying around on a project of mine. I wanted to be able to create a twitter poster where I can post tweets from my webpage, instead of going to twitter itself. An example website is: h...
I have given an Entry Form to the user to input values that are stored in a MySQL table. There is one column called "Project Details", wherein the user can input upto 200 characters and this c...
hi EE, I have a ASP.NET web service being called using PHP using the code in the snippet below. I am working off a c# example provided by the web service creators.  Our project is using PH...
hi. I use curl to connect a site with proxy. where can i get valid proxy list?
Hi, You'll have to go to: http://66.147.244.163/~jessicm8/ I have a contact.php page. If I just have text inside the  <P> tags, all the images are there. As soon as I add the php form, the ...
Hi all, I believe the following regex should work for PHP, if the input filename is orbea_description.jpg: $regex = '/.\..$/'; From what I've read and had explained to me this means t...
I'm using drupal's mail function. I'd like to concat a string and variable to display in the message subject area. I cannot get the variable to appear. I've tried variations of the following. ...