Eniga's Posts
Nairaland Forum › Eniga's Profile › Eniga's Posts
1 2 (of 2 pages)
i volunteer to be a mod for the computer and IT section My pride needs to shine again ------------------------------------------------------------------------- There is no knowledge that is not power |
contact eyekay234@gmail.com or 08091734627. he can have one for u in a few hours on request |
send me a mail, hyuugaeniga@gmail.com for instant response |
send me the details and i can have a sample up for you in a few hours hyuugaeniga@gmail.com |
@OP If you're using version PHP 5 and above, use this code below IF (($_POST[staffs] == "staff_no" ) { $query = "Next Staff"; } $query = "SELECT * FROM staffs WHERE s_no = $_POST[staffs]"; $sql = mysqli_query($query) or die(mysqli_error()); $output = ''; while ($row = mysqli_fetch_array($sql)) { extract ($row); // Note $id = $row[id], that is all values are converted to variables } if u need a hand email me ur php file and tell me wat u want to do and i'll have the code back to you in a few minutes eniga@ovi.com |
if (($_POST['staffs'] == "staff_n0" ) {$queryMsg = "next staff"; } $sql = mysql_query("SELECT id, s_n0, s_name, s_address, s_city, s_state, s_zip, s_country, s_email, s_phone, s_pay FROM staffs" or die (mysql_error());$output = ''; while($row = mysql_fetch_array($sql)){ $id = $row["id"]; $s_n0 = $row["s_n0"]; $s_name = $row["s_name"]; $s_address = $row["s_address"]; $s_city = $row["s_city"]; $s_state = $row["s_state"]; $s_zip = $row["s_zip"]; $s_country = $row["s_country"]; $s_email = $row["s_email"]; $s_phone = $row["s_phone"]; $s_pay = $row["s_pay"]; } @poster, you made a mistake from the beginning of your code, you did not assign your variable but placed it in an IF statement, use this code below if (($_POST['staffs'] == "staff_n0" ) {$queryMsg = "next staff"; } $query = "SELECT id, s_n0, s_name, s_address, s_city, s_state, s_zip, s_country, s_email, s_phone, s_pay FROM staffs WHERE s_no = '$_POST[staffs]'"; $sql = mysql_query($query) or die (mysql_error()); $output = ''; while($row = mysql_fetch_array($sql)){ $id = $row["id"]; $s_n0 = $row["s_n0"]; $s_name = $row["s_name"]; $s_address = $row["s_address"]; $s_city = $row["s_city"]; $s_state = $row["s_state"]; $s_zip = $row["s_zip"]; $s_country = $row["s_country"]; $s_email = $row["s_email"]; $s_phone = $row["s_phone"]; $s_pay = $row["s_pay"]; } |
I get 260kb/s on my blackberry bold 2 with mtn 3G, while i get 390kb/s with my nokia n97 with airtel 3G |
GEJ is just a drunk fisherman, who doesnt even have any vision or goals. How can we have a president who cannot even identify our key problems. BB all the way |
i'm an advanced web programmer and it specialist. would be interested. keep all posted |
Eniga hyuugaeniga@googlemail.com PHP/MYSQL (PRO) JAVA (BASIC) JQUERY/JAVASCRIPT (INTERMEDIATE) PHOTOSHOP (INTERMEDIATE) FLASH (INTERMEDIATE) C# (INTERMEDIATE) PERL/CGI (PRO) NETWORK PROGRAMMING (INTERMEDIATE) MICROSOFT SERVER 2008 ADMINISTRATION(PRO) ORACLE ADMINISTRATION (INTERMEDIATE) |
guys please i would need someone to help me with the free mtn settings. i'm presently using celtel mms but its got this download limit of 200kb. even though i don't download much but i need to get some files of 700kb - 900kb. can anyone please help out. my email addy is beiginsly@yahoo.com or 08027155479. thanks man |
if u are going to use access wap on ur system, u most set up the proxy address on ur internet settings connection box. that is open internet explorer, go to tools, click internet options --> click on connections --> then the phone modem --> then settings --> the enter in the proxy address which is 172.018.254.005 port no. 8080. thats is presently what i'm using to send this post. enjoy! There is only one! |
1 2 (of 2 pages)
)