Jump to content

neas

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

neas's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Check out the amfphp and zend tutorials on gotoandlearn.com.
  2. I just read the stickies at the top, I apologize. Thank you for your time Techie!
  3. I read them, but I figured I would just ask for the hell of it, if you could redirect me to a tutorial of some sorts showing me how then that would be great.
  4. Hi, I am using AMFPHP and I was wondering if anyone could re-write this as a php class for me so amf can recogize it. Thanks, neas <?php $link = mysql_connect('mysql.site.com', 'site', 'sitepass' ); if (! $link) print 'Failed to connect.<br>'; $rcode = mysql_select_db('db'); if (! rcode) echo 'Failed to select database<br>'; $sql = "INSERT INTO users (password, lastname, firstname) " . " Values ( 'password', 'fname', 'lname'); " ; echo $sql . '<br>'; $result = mysql_query($sql); if (! $result) echo 'Failed to insert<br>'; mysql_close($link); ?>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.