Hi, I have some XML like following to be sent for remote server using wsdl webservices (using php). They provided one URL and it is listing the methods...
Im having to rename thousands of pictures starting with the latest picts. A lot of the pictures are consecutive shots. So 11,12, 13 and 14 should go together. ...
Hi There, If I give any names with "[]" for select, checkbox etc html controls to get multiple values, I am unable to get those values into PHP when form is ...
Hi, I have a question working with PHP Framework, specifically in my case using Code Igniter. My website has 2 languages and each language has it's own URL....
Hello. I'm wondering, if there is a quick tutorial on how to handle quotes being displayed in textarea fields. Basically, i have a PHP script that re-formats...
I'm trying to validate a form entry consisting of a decimal latitude and longitude separated by a comma. I want them to enter the values only in the format;...
Hi There, I am working on a project to connect to a remote server (using SFTP) and fetch available XML files data. I need to process them and have to ...
Hello, I wonder if there is a way to effectively clear the cache on the server. Whenever I update the javascript or css files, the changes will not work for...
Hi. members am using php language in my hospital management software the system issues the receipt then the last receipt no.is served and if another receipt is...
hi members am facing some problems i created a hospital management software which include various hospital departments. the software issue the receipt to...
Ok, this is driving me nuts. I seem to remember reading somewhere on the internet that when making a mysql_query, if the table field is: varchar - use single...
I use Stanford JavaScript Crypto Library to encrypt a text string and then PHP to write it to a text file. The SJCL output is a json file, with pairs of...
OK, this is a rethink of my original question. Situation: An event registration form. I have a PayPal button which has been loaded with some formfields, e.g.,...
I'm using a PHP script that runs as a CRON job to do an automatic cPanel backup of my whole web host account. It also has the capability to send the backup to...
So I'm a little further along in my cash register program... The data path in my current setup is: Checkin -> Collect -> Recordmember -> Recordlock -> Confirm ...
Ok, I know this isn't specifically a PHP question, but it is directly related to PHP... I have several forms on the Checkin page of my cash register program. ...
Hello. I have a project am under a bit of a deadline, so I need a clear stepwise process. I am helping a nonprofit with a registration form for an event to be...
Could someone give me an example of how to send/retrieve an array variable through $_POST please? I was trying to do it the other day and I just had to give up...
I'd like my users to be able to log into a form entry site I have by use of their groups ID only and not worry about a password. So for example the group ID...
Hi friends am new to this group hope i will get warm welcome from you guys and the main am for me joining this group is to share what i know with you and to...
Hello. In Windows, there was a text editor, that had an option / utility, that formatted PHP scripts. IE, you have edited the script all left-aligned to the...
Hi, I am trying to upload/copy a local file into a remote server using sftp. I have sftp details and trying to upload a local file which is available at my ...
... You could do something like this inside your top loop to keep track of file time: $all_files[filemtime($dir.$file)] = $file; That will blow away the...
Hello, Is it possible read a folder and list the files in the order of their time. The following works fine on my windows production pc, but on a linux...
Hello, For sometime now, I have been searching for ways to use PHP to send messages to members of the site "free of charge". The other day, I read this news...
A guy Ive worked with a few times in working a job and he's stuck. He asked me if there is anyway to step through php scripts like you can with say VB? I have...
Hi, Some how some special characters were stored in my DB, and I need to create an XML file using that data. It is showing an error in generated XML. I am ...