Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <input autocomplete="off" type="text" name="name3" size="25" maxlength="25" value="<?php $username;?>
- <?php
- function RAF(){
- $dbc = mysql_connect("hostname","username","pw");
- if (!$connect)
- {
- die('Couldn\'t connect. Something wrong with the name/pw');
- }
- mysql_select_db("DBNAME", $dbc);
- $account_id = mysql_query("SELECT account.id FROM account WHERE account.username= "<?php $username;?>"");
- mysql_query("INSERT INTO account (recruiter)
- VALUES ("<?php $account_id"?>
- }
- RAF();
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement