Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #3K
~16.0K People Reached
Favorite Tags

16 Posted Topics

Member Avatar for ayooshkasmth

Tell the browser about the image by setting the header. [B]header('Content-type: image/jpeg');[/B] And then execute the query and get the result set [B]$query = "SELECT image from sample_images where id=$someid"; $result = mysql_fetch_array(mysql_query($query));[/B] then decode it by using.. [B]echo base64_decode($result["image"]);[/B]

Member Avatar for gentlemedia
0
8K
Member Avatar for pspkid17

Yes I can help you in design as well as code. Tell me what kind of help do you need? Thanks

Member Avatar for baig123
0
243
Member Avatar for jelly46

Try javascript mouse over function to change the color or something else. It is possible that your function is clashing with some other file or function. Thanks

Member Avatar for mrgadgets
0
149
Member Avatar for Joshua Kidd

Try javascript redirection. [B][COLOR="Green"]echo 'window.location = "http://www.google.com/"';[/COLOR][/B] And just a suggestion never disclose the message saying that either username wrong or password. Just say "Username/password wrong". This is good for security. Thanks

Member Avatar for Joshua Kidd
0
184
Member Avatar for BenzZz

Use DIV for page layout design and use Table for inside things e.g Forms etc DIVs are preferable and little weight than tables. Thanks

Member Avatar for brainfo
0
129
Member Avatar for Easytime
Member Avatar for scrivomcdivo
Member Avatar for bantex07
Member Avatar for babafemi

Good choice AJAX,PHP,JQUERY,SQL. A webdesigner should know some kind of designing, so that he/she can make templates. For designing you should know HTML and CSS for the structure of website.

Member Avatar for goldybedi
0
353
Member Avatar for maketick123
Member Avatar for Acute
Member Avatar for Dandello
0
348
Member Avatar for aMOEBa

Use [B]count[/B] function on result set. It will give you the total number of records.

Member Avatar for aMOEBa
0
97
Member Avatar for andydeans
Member Avatar for SalientAnimal

Possible reasons can be [LIST] Your ID of where clause doesn't exist. [/LIST] [LIST] Use single quotes only for string data types [/LIST]

Member Avatar for SalientAnimal
0
229
Member Avatar for cguan_77
Member Avatar for mrugeshm

The End.