What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » [PHP] Regular expressions and Status2FTP

[PHP] Regular expressions and Status2FTP
Author: Message:
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
RE: [PHP] Regular expressions and Status2FTP
First of all thanks for loving my script :P

Secondly, why do it that way when you can use SimpleXML (PHP5 only)
code:
<?php
$xml = simplexml_load_file('details.xml');
$Username = $xml->Username;
$PSM = $xml->PSM;
$Status = $xml->Status;
?>
06-25-2006 08:28 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[PHP] Regular expressions and Status2FTP - by Matti on 06-25-2006 at 08:17 AM
RE: [PHP] Regular expressions and Status2FTP - by Matti on 06-25-2006 at 08:25 AM
RE: [PHP] Regular expressions and Status2FTP - by Eljay on 06-25-2006 at 08:28 AM
RE: [PHP] Regular expressions and Status2FTP - by -dt- on 06-25-2006 at 08:29 AM
RE: [PHP] Regular expressions and Status2FTP - by Matti on 06-25-2006 at 09:16 AM
RE: [PHP] Regular expressions and Status2FTP - by Death.Knight on 11-06-2006 at 04:09 AM
RE: [PHP] Regular expressions and Status2FTP - by NiteMare on 11-06-2006 at 04:39 AM
RE: [PHP] Regular expressions and Status2FTP - by Eljay on 11-06-2006 at 05:30 PM
RE: [PHP] Regular expressions and Status2FTP - by NiteMare on 11-06-2006 at 05:32 PM
RE: [PHP] Regular expressions and Status2FTP - by Eljay on 11-06-2006 at 05:36 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On