Jump to content

popmotsy

Members
  • Posts

    39
  • Joined

  • Last visited

    Never

Everything posted by popmotsy

  1. hi to all....every time in foreach loop i got that message::Invalid argument supplied for foreach() in C:\wamp\www\cpv\user\view_report.php on line 208..... and the code is;; if(isset($_POST['submit12'])) { //echo "qqq"; //print_r ("...".$_POST['score']."..."); $score=$_POST['score']; //count($score); foreach ($score as $row=>$name) { //$custmername= mysql_real_escape_string($name); $sc=mysql_real_escape_string($name); //echo "sss"; //$scr=$_POST['score']; $sql="insert into cpv_feedback set score='$sc'"; //print_r($sql); $res=mysql_query($sql)or die(mysql_error()); } } if($res) { echo " Your Data Has Been Updated Successfully";?> <?php } ?> can any one suggest me the solution for this warning message....thanks... ???
  2. hiii to alll...... how the pagination is performed in php...can anyone give me the script...with any example,,,,, thanks,,,, ??? ??? ???
  3. hiii to all....i am facing with the problam of execution of select query,,,, i have page which contains atleast 15 to 20 select box,,valus comes dynamically from the tables....when i run this page on server,,,it takes toooooooooo much time,,,, then suggests me how can i speed up the execution time.... thaanks,,,,waiting for helpp ???
  4. hii,,,thanks,,,,for replying,,,,this function working,,,,solve all issues,,,,thnks for help//////
  5. can i use ob_start() function,??? is that working,,,,,what was the use of this function,,,,
  6. hi to all.... i just upload my project at my host,,,after login i got an warning mesg,,, Warning: Cannot modify header information - headers already sent by (output started at /home/askuocom/public_html/khiani.co.in/khiani/cpv/cpv/user/include/connection.php:7) in /home/askuocom/public_html/khiani.co.in/khiani/cpv/cpv/user/login.php on line 15 Warning: Cannot modify header information - headers already sent by (output started at /home/askuocom/public_html/khiani.co.in/khiani/cpv/cpv/user/include/connection.php:7) in /home/askuocom/public_html/khiani.co.in/khiani/cpv/cpv/user/login.php on line 16 Warning: Cannot modify header information - headers already sent by (output started at /home/askuocom/public_html/khiani.co.in/khiani/cpv/cpv/user/include/connection.php:7) in /home/askuocom/public_html/khiani.co.in/khiani/cpv/cpv/user/login.php on line 17 Warning: Cannot modify header information - headers already sent by (output started at /home/askuocom/public_html/khiani.co.in/khiani/cpv/cpv/user/include/connection.php:7) in /home/askuocom/public_html/khiani.co.in/khiani/cpv/cpv/user/login.php on line 18 what was that,,,,what is the solution for that,,,,
  7. hii to all..... I wanna code to import and export csv file to mysql without using PHPMYADMIN,,,,,I wanna a code for that,,,can anyone help me out this problame.... :-[ thanks,,,,,
  8. hii to all.... .i just wanna code that export mysql data to the excel sheet or text file,,,,,but without using phpmyadmin,,,,i wanna a perfect code for this....
  9. hii to all..... i want to gve an option of downloading in my php page,,,,i wana download that particular page on which i m selecting the data from database,,to a specific folder,,,, can any one give me the proper code for this,,,,,thanks.... ??? ???
  10. well....thanks for help...hope that will solve my issue.....
  11. permission for creatin database,,,,,????
  12. hiiii.... well i told that ,,,i m using shared web hosting,,,and control panel is not provided with that,,,i m just using php script just like that,,,,, <?php $sql[]="create database xxxxx_database"; $host = "hostname"; $user = "username"; $dbpassword = "password"; $connection = mysql_connect($host, $user, $dbpassword) or die("Cannot Connected With Database"); mysql_select_db("cpv_database", $connection) or die("Database is not selected"); for($i=0;$i<count($sql);$i++) { $result = mysql_query($sql[$i]) or die('<li>$sql :'.$sql[$i].mysql_error()); echo '<li>'.$i.'sql to run -->:'.$sql[$i].'<br />'; } ........ and run on the server ,,,and i got that damn warning again and againn.... >...
  13. thanks for replying,,,,,, but is there any wayy to allow that user to login from the server where the script is,,,,,, thankss,,,,,
  14. hii,,I m using shared web hosting,,i m creating a installer script to create database on remote server,,but i always get the warning mesg,, ,,Access denied for user 'user'@'host' (using password: NO) in xxxxxxxx installer.php on line 14 Cannot Connected With Database..... can any one know abt this problem,,,please suggest me the proper solution.... thanks..
×
×
  • 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.