Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #18.7K
Ranked #2K

10 Posted Topics

Member Avatar for onlineboy18

Try this sql code, it might help. SELECT pt.tid, pt.did, pt.eid FROM pat_table INNER JOIN test_table tt on tt.tid = pt.tid INNER JOIN doc_table dt on dt.did = pt.did INNER JOIN emp_table et on et.did = pt.did

Member Avatar for onlineboy18
0
111
Member Avatar for ckchaudhary
Member Avatar for rayidi
Member Avatar for mamdouh ramadan

Better create a script to destroy unnecessary $_SESSION and $_COOKIES of your website. Then it might cleanup unnecessary sessions which exists on user browsers.

Member Avatar for mamdouh ramadan
0
113
Member Avatar for tomkrug2

If you feel PDFlib is difficult, then tcpdf might very easier to handle. Of course you need little knowledge. After downloading tcpdf, then given some examples PHP files. Just copying those code, putting into your website and finally pass the html content their method will work. Yesterday only i did …

Member Avatar for chrishea
0
130
Member Avatar for whiteyoh

May be try this to loop your second level of array. [CODE]if ((array_key_exists($header, $entry)) && ($entry[$header] != 'Array')){ echo "<td>"; foreach($entry[$header] as $key => $value) { echo $key . ' - ' . $value . "<br />"; } echo "</td>"; }[/CODE]

Member Avatar for ddsuresh
0
95
Member Avatar for Daniel Liwonde

You have to use cron job option in your web hosting control panel. Which helps you to trigger and run the script at specified time.

Member Avatar for IIM
0
196
Member Avatar for spawn2004

In line 150 of form1.js, add msg to display detail error which comes from server. [CODE]$('#regform #formProgress').html('There was an error . Please try again.' + msg);[/CODE] I feel there is curly braces missing after [CODE]$lname = mysql_real_escape_string($_POST['last_name']);[/CODE] and another problem, you have not passed [B]submit[/B] to server in [CODE]var dataString …

Member Avatar for ddsuresh
0
174
Member Avatar for Daniel Liwonde

If you show some specific code and where you require that lock image to be displayed. Then easily we can help you out.

Member Avatar for ddsuresh
0
96
Member Avatar for Sailor_Jerry

[QUOTE=oxymeboy;410027]This is late reply to this post but it might help someone searching with this problem. I found that creating the new element within the same document I needed to append to fixed a similar problem I was having. So in this case creating the new div like this may …

Member Avatar for ddsuresh
0
278

The End.