Hi
I'm using the php version of nuSoap to sent a soap message and get the reply. All works well except in the reply I also get a lot of what I assume is header data (all I want is the XML)
...
How I can convert image format .tif to jpg(or gif or png) through PHP script ?, do you know some script???
hi,
How do i remove the left most character from a string?
Hello I am new to PHP and need to enable GD for some images...I am using PHP 5.25 on windows ..do I need to compile (how?) or is it just a configuration file change to enable it?
I am confu...
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...
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 ...
Our company has a db on a Windows box running IIS/MSSQL. There's a table full of site names & addresses that gets updated regularly. We have another system on a LAMP settup that's on a diffe...
Hello Experts
1. What would be the best way to put a mysql query into a php array?
Here is my sample mysql query
Thanks
I am a semi-newbie to PHP and MySQL.
I need to search a table to see if a certain record exists. I do not need to know the data in the record. I am trying to figure out if I need to colle...
Is there anyway to check if a number is a valid U.S. cellphone number?
it will be in this format:
0000000000 (10 digits, area code+number)
and the user will have selected their service ...
I need to convert a CamelCase (or ProperCase) string into a underscored lower case string.
Bascially, I need to take something like this:
test_ThisIsATest;
and make a new string come...
I want that user will not be able to copy and paste the email address from email text box to email confirmation textbox in php.
How it can be done?
I have a form field which on submission should check if the entry is an email address of domain 'msn.com'. If it isn't, the submission should not be permitted, otherwise if the entry is chief...
I used the explode function to get a string array. What I want to do know is to change the variable type in a part of that array from string to integer. That part of the array contains numbers...
I use the following PHP class to remove all whitespace and comments from my JavaScript. It also provides encryption but I do NOT want the encryption, just the fluff stripper.
Can you pleas...
Hello
When i uplode image (>650kb) to server by upload form, for me show error "
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 7776 bytes) in C:\Inetpub\vho...
I do not understand this PHP error:
Catchable fatal error: Object of class JavaScriptPacker could not be converted to string on line 825
I use PHP5
Dear all,
An ever increasing headache has ended with a cry and a desperate need for help from you guy's!! I need help with an upload and resize feature within my site.
I have provided al...
I am designing a website in PHP 5, HTML, CSS, etc using a PostgreSQL 8.1 database on the back-end.
I want to add a new record a new table (confirmemail) I've created in my PUBLIC schema usi...
Hi, I know very basic scripting but am getting confused with the mysql portion. I need a PHP script to import CSV file into mysql database.
I have a CSV file exported from Excel that contai...
trying to add a number of days variable to a date variable... here is what I have so far (not working):
$newDate = strtotme("+$days_to_add day", $existing_date());
echo "<br>Days added: $d...
Heelo, I was wanting to have this php that creats the pdf send a copy to a email... how would i write this out better to get it to work?
thanks for the help
note the php is is a POST ca...
Hi,
I'm trying to build an application that accepts a user name and password for MySpace and scrapes some of the user meta data from the user account. The intended use of this program is le...
I would like to determine the driving distance between two locations. I have a vague sense that I might be able to do this with Google Maps API.
I have used zipcode-based geolocation algor...
I just installed mysql 5.0 and newest phpmyadmin and get:
PHPMyAdmin #1045 - Access denied for user 'root'@'localhost' (using password: YES)
From a command line i did mysql -u root -p and...