how we can retrive data in pdf along php mysql?
Answers were Sorted based on User's Feedback
Answer / shankar
There are many script to that so.
You can use FPDF,TCPDF,R&OS.
| Is This Answer Correct ? | 8 Yes | 0 No |
What are the four scalar types of php?
How to invoke a user function?
<?php include ("db.php"); $result = mysql_query("SELECT ques_id FROM questionbank order by ques_id limit 5 "); while($obj=mysql_fetch_array($result)) { $ad1[$obj['ques_id']]++;//Used an array and inserted the database query results into it. } $rand_keys=array_rand($ad1,1); //Did a random array function echo "First random id = ".$ad1[$rand_keys[0]]; echo "<br>Second random id = ".$ad1[$rand_keys[1]]; ?> <!--Its not working. Have any solution for this. -->
Which function would you use to replace a record in a database in php?
What is the difference between urlencode and urldecode ?
What is cookies php?
What is a trait in php?
What does explode do in php?
What are the two main string operators?
when will be syndicate bank written exam ? i need the date of exam
What is the importance of "action" attribute in a html form?
Can we override magic methods in php?