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
Ranked #4K
~5K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for abdulazeem

This may help you i think, i found it in my files i dont use it and i dont know from where i have this script. You need to download also this, http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf. i think. <?php //include files require_once($_SERVER['DOCUMENT_ROOT'].'/tcpdf/config/lang/eng.php'); require_once($_SERVER['DOCUMENT_ROOT'].'/tcpdf/tcpdf.php'); // create new PDF document $pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, …

Member Avatar for QuilhaSoft
0
3K
Member Avatar for games1124u

Hello, i want to know if somebody could help me to make this script safe. Like how to put mysql_real_escape_string. Or how to use preg_split, or htmletities.... <?php include 'extern/connect.php'; $categories = file_get_contents('extern/categories.php'); $footer = file_get_contents('extern/footer.php'); $logo = file_get_contents('extern/logo.php'); $report = file_get_contents('extern/report.php'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" …

Member Avatar for pritaeas
0
395
Member Avatar for games1124u

Hello all, i dont know how to fix this i made allot of forms but never with select option, what i want is to post the select option and to update database. here is the script could somebody explain me how to change this > echo '<tr><td><select>'; > echo '<option …

Member Avatar for Member #120589
0
196
Member Avatar for games1124u

Hello i dont know how to echo from one table row ( table row name title ) id | id_publisher | **title** | price |......... so what i want is to echo title and how many games like **Exaple:** surrounded with ( ) is how many i have. Call of …

Member Avatar for pixelsoul
0
178
Member Avatar for delta_frost

You can look at this i dont know if it would help you but you can try. http://www.daniweb.com/web-development/php/threads/347696/sending-email-from-localhost-in-xampp-windows

Member Avatar for delta_frost
0
225
Member Avatar for games1124u

Hello, i want to change te result of showing in the browser, now it shows this when i click 2 3 4 or next. Search+source+code&page=36 Search+source+code&page=72 Search+source+code&page=108 and i want to change it to this, Search+source+code&page=2 Search+source+code&page=3 Search+source+code&page=4 If i change $per_page = 36; to $per_page = 1; than works …

Member Avatar for Member #949455
0
290

The End.