Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Tags

9 Posted Topics

Member Avatar for revathis

hi go to php configuration and check for ;extension = php_mysqli.dll. Remove ; and save the php configuration file. then restart the apache server. regards nickyspace

Member Avatar for riya...
0
202
Member Avatar for santhanalakshmi

> Hi, > > Anyone,please help me ............... > my first page called index.php(which has username and password field to enter to move on to next page) > > index.php code <?php session_start(); mysql_connect("localhost", "root", "")or die("cannot connect"); mysql_select_db("artedb")or die("cannot select DB"); if (isset($_POST['submit']) && ($_POST['submit'] == "submit")) { if($_POST['uname']=="" …

Member Avatar for Designer_101
0
362
Member Avatar for nickyspace

Hi I have a little issue with the exchelsheet . I have converted data into excelsheet sucessfully .But now i want to make Column Heading Bold . I have searched a lot in google but i havent got any solution. Due to the module is not present, i havent used …

0
49
Member Avatar for nickyspace

HI i'm in very much need of it ,plz can one help me regarding my issue i have a page where i have insert the data . NOw if that data is already there in the database then it should display the record in textboxes. I had successfully done with …

Member Avatar for vicky_rawat
0
118
Member Avatar for nickyspace

hi all can anyone help me out regarding sending sms through php form i searched hell lot of it but i couldn't found any code related to php.. help me plzzzzzzzzzz. if possible regards priti

Member Avatar for Ole Raptor
0
140
Member Avatar for kevin wood
Member Avatar for kevin wood
0
86
Member Avatar for jino

hi Jino what exactly you want to insert insert data through forms or from one table to another table. regards nickyspace [QUOTE=jino;603303]Hi all, I want to insert multiple records into a table using one query. And my query is INSERT INTO table2(id,message) SELECT id FROM table1 WHERE condn,'hello' but it …

Member Avatar for mike.prinsloo
0
110
Member Avatar for nickyspace

Hi all I have a little issue with this php code. Below is the code CODE: PHP 1.<? 2. include("../includes/common.php"); 3. include("../path.php"); 4. 5.$func_ary=array("dental_view","add_data","add_data2","mail_data","thanks"); 6.if(fe($_REQUEST[act])) 7.{ 8. $_REQUEST[act]($_REQUEST[msg]); 9. die(); 10.} 11.dental_view(); 12.die(); 13. 14. 15.################################################ 16.function dental_view() 17.{ 18. //global $Server_View_Path; 19. $t=new Template("templates"); 20. $t->set_file("MyFileHandle","dental_tourism_quote_step1.htm"); 21. $t->set_var(array("SERVER_PATH"=>$Server_View_Path, 22. …

Member Avatar for phper
0
152
Member Avatar for nickyspace

Hi I have issue regarding the mail, which is not sending to my mail account. 1. <html> 2. <body> 3. <?php 4. if (isset($_POST['email'])) 5. //if "email" is filled out, send email 6. { 7. //send email 8. $email = $_POST['email'] ; 9. $subject = $_POST['subject'] ; 10. $message = …

Member Avatar for nickyspace
0
109

The End.