download directory onto C drive
I am attempting (if this is possible) to write a routine to automatically dump the contents of a dir
Generating unique numbers using php
Hi,
I need help in generating unique number using php.I tired using rand() in php.But, by using r
Image resize
Hi again fellers
I managed to sort out the issues with the folder,
Final hurdle is th
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
Comparing two dates
Hi Guys
I have two dates I want to compare. Below is my current implementation. The problem with
Help with PHP Email Script
Hi guys,
I'm a newbie to php and need help with the script below:
At the moment when I
eregi to preg
Im converting my regex for php 5.3 and I am stuck on the following
Code: [Select]if((eregi(&q
do while...woes
I'm sure this is childsplay but it is stumping me, everytime i try what I think would make this work
Deleting Partners on the Customer Master.
Does SAP handle removing the Partner from Open Sales Orders when a Partner is deleted in the Custome
Problem displaying "scraped" XML data
I'm basicly having trouble displaying XML data scraped from an URL using cURL.
What the code