Hi,
I have this line in my PHP code that displays a decimal number, but sometimes there is like 10 decimal places. I need to shorten it to display only 2 decimal places.
For example, now...
How do you convert a password that has been put into md5 format back into regular text to allow for a safe login? I am trying to login to my site, but the password has been set to md5 format,...
Dear ,
how can i export the data in the table to the excel file through PHP just like the ASP code "Response.ContentType = "application/vnd.ms-excel" and the data in the webpage will autom...
I'm just trying to echo the current session variables. Believe me Ive been reading and reading and still can get results. What am I missing?
session_start(); // Do I need to start a sessi...
Why does this link not call the function?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<?php
function sendmai...
How I can convert image format .tif to jpg(or gif or png) through PHP script ?, do you know some script???
I need a way to detect session close/expire and run a task when this happens. Here's the the situation:
I have a custom shopping cart. When people add x of an item to the cart, the system "...
Hi Experts,
I need to validate the value of a text box. The text box is for the customers phone number in the format 0123456789 (ie 10 numbers only)
The data is sent to a page (validate...
Hello,
Can anybody give me a simple way of inserting a user input data for example a choice from check box button, into database in form of array.
TQ in advance for your answer.
Hi,
I have a Mysql server, a webserver with php.
I want the tables to be generated in the browser window to be allso available as excell sheet, if requested through the webform (only the t...
Hi All,
I have a few scripts whereby once a form is submitted (and info uploaded and stored in the db), it redirects to another page.
The problem is, that once I uploaded it to my client...
I'm making an interface-website to update a concert-list on a band-website.
The list is stored as an XML file an has this structure :
<?xml version='1.0' encoding='ISO-8859-1'?>
<gigs><g...
$result2 = "SELECT SUM((xs + s + m + l + ll) * price) AS pototal FROM poitem WHERE poid = '" . $_GET['poid'] . "'" or
die("your code sucks " . mysql_error());
$row2 = mysql_query(...
Hi
I am trying to find all cities within a certain radius of a zipcode.
Example:
User enters "90210" with a radius of 20 miles and it returns all zip codes/towns within 20 miles.
I hav...
Hello,
I'm having an error in PHP running on Apache running on windows.
The error message is:
PHP Fatal error: Can't use function return value in write context ...... in filename on li...
Is there a free script that generates excel xls files?
I've tried psxlsgen, but its outdated, back to 2001. Couldnt' get it to work with newer versions of php.
XLS Generator is the only ...
Dear All,
I am using a PHP script to upload images to a server and insert the location and filename into a MySQL DB. However, I would like the files to be renamed if possible. Ideally the f...
I need a data-structure that stores key-value pairs and supports access by key, as well as addition and removal of elements. I also need to be able to iterate over it. A Hashtable or a Vector ...
hi, i'm using php to fill a select box, when the box is filled, i want to for an "onchange" event, is this possible?
I have an app that is placing some text on an image using freetype fonts. I often dont have any control over the quality or completeness of fonts used so I would like to take words like DarĂ¡...
I want to know how we can POP up an image on mouse over on a text link or on image. Like http://www.ckwi.com/it_is.php
I have tried with JAVA Script but the pop up position is fix for all ...
Hi experts,
I have a problem with datetime format in PHP
Example : I have a string : "2007-10-06 20:45:00" (a datetime string) , and How to that string convert to "20:45 06-10" ?
...
Hi
How can I clear the POST data after processing them? So that when the users press the REFRESH button, the data isn't resend?
Ramses (x_terminat_or_3)
Hi, I have a php application with a mysql database backend. This application is used to view a technicians schedule. The app does the following:
1) I have a drop down from where I select a te...
How to crop and resize the image submitted by the user, through the form using PHP, on the fly?