Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
72% Quality Score
Upvotes Received
3
Posts with Upvotes
2
Upvoting Members
3
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
~8K People Reached
Favorite Tags

9 Posted Topics

Member Avatar for MattD00

which data are taken from table in while loop? u don't use from '$fetch'. and you need only to have review field (every movie title there is only one time ). therefore while loop not necessary. u did not explain source and rating. but i think this will help u: …

Member Avatar for Jurijus
1
4K
Member Avatar for grant.baker

it's really easy! function vali_pattern(text){ if(text.length==6) if(text.charAt(0)<='Z' && text.charAt(0)>='A') if(text.charAt(1)<='Z' && text.charAt(1)>='A') if(text.charAt(2)<='Z' && text.charAt(2)>='A') if(text.charAt(3)<='9' && text.charAt(3)>='0') if(text.charAt(4)<='9' && text.charAt(4)>='0') if(text.charAt(5)<='9' && text.charAt(5)>='0') return true; return false; }

Member Avatar for grant.baker
0
303
Member Avatar for risen375
Member Avatar for ali3011

its better to use from a php IDE to ensure typing. u did some typing error. and the input tag name (file type) must end with [] , to access to the each uploaded file , u must give the file index number to the $_FILES array , then its …

Member Avatar for hr.Ziggurat
0
253
Member Avatar for ellosbibu

try this : [Click Here](http://www.uploadmb.com/dw.php?id=1345588204) sorry if that was not useful. please give me more information if your problem not solved. Amo l'Italia! viva l'Italia!

Member Avatar for ellosbibu
0
235
Member Avatar for weirdCreature7

u cant write a javascript code in php tag. for do this , use from echo. <?php echo "if(document.getElementById('month').value < $month){"; echo "alert('That month has already passed! Please put a valid month.');}"; ?> getElementById('month') returns a object but you need its value.

Member Avatar for hr.Ziggurat
0
221
Member Avatar for 0senjed0

empty space not related to loading effect and is result of your css and html codes , but perhaps u write middle things into a div tag with loading id. in this case , u shuold change #loading style and remove 'line-height: 350px;' or decrease its value.( hamkeshavari! )

Member Avatar for hr.Ziggurat
0
150
Member Avatar for arctushar

use from json_encode to convert each character to a hex code word. ie: <script type="text/javascript"> <?php $f = json_encode("a utf-8 text"); $f = str_replace("\\","%",$f); $f = str_replace("\"","",$f); echo "alert(unescape(\"$f\"))"; // convert to normal characters ?> </script>

Member Avatar for hr.Ziggurat
0
514
Member Avatar for hr.Ziggurat

Hi. i'm trying to login to an asp login page via php and curl... i wrote this code by google help. i expect see originale login page whith invalid username and password message , but i see only 'Object moved to here.' error. <?php $urlLogin = "http://xxxx/LoginPage.aspx"; $nameUsername='txtUsername'; $namePassword='txtPassword'; $valUsername …

Member Avatar for hr.Ziggurat
0
2K

The End.