User Profile
Collapse
-
all phones which can sms have an 'email' address associated with their cellphone. to send an sms, it must be text (not html, TEXT) and cannot be longer than 160 chars - this includes headings, etc. so, to send an email to someone with a Verizon acct. is would be a simple email program with the email address being 8887776666@providerExtensi on. If the user is using Verizon, it would be 8887776666@vtex t.com - look at http://www.sms411.net/2006/07... -
http://php.net/manual/en/wrappers.ftp.php
Supports stat() No As of PHP 5.0.0: filesize(), filetype(), file_exists(), is_file(), and is_dir() elements only. As of PHP 5.1.0: filemtime().
so, see if the file is there, if it is then you can rename it
PHP4 PHP5
Supports rename() No Yes
Not sure what you can do if you have 4, but there is probably a work around someplace...Leave a comment:
-
-
that looks like a var_dump - if so you will need to loop through the array. It is a multi-level array, so something like this:
...Code:/** * loops through array/multi-dimensional arrays *@param array array to loop through *@return string in key value pairs, or null *@see [url]http://www.communitymx.com/content/article.cfm?page=2&cid=7CD16[/url] **/ function loopThroughArray($passedArray) {Leave a comment:
No activity results to display
Show More
Leave a comment: