Search found 22 matches

by dimebag
Fri Nov 27, 2009 6:51 pm
Forum: PHP - Code
Topic: problem with echo for image
Replies: 10
Views: 612

Re: problem with echo for image

thanks thats nice of you
for jquery or mootools i did not find the thing that i want
i want the field to be checked onblur if its accepted and correct data has inputed and
show the error pic or ok pic according to server response not showing the text
by dimebag
Fri Nov 27, 2009 6:28 am
Forum: PHP - Code
Topic: problem with echo for image
Replies: 10
Views: 612

Re: problem with echo for image

yes sure this is the whole java codes for ajax usage which capture the form inputs and send to my php script and get the response back       window.onload = attachFormHandlers;   var gShow; //variable holding the id where feedback will be sent to. var sUrl = "formvalidation.php?validationtype=a...
by dimebag
Thu Nov 26, 2009 9:42 am
Forum: PHP - Code
Topic: what does "->" mean
Replies: 3
Views: 97

Re: what does "->" mean

its nested functions in each other in that class
so its inheriting until it reach to last one
by dimebag
Thu Nov 26, 2009 3:05 am
Forum: PHP - Code
Topic: problem with echo for image
Replies: 10
Views: 612

Re: problem with echo for image

thanks for nickname :drunk:

the extension is php its parsed correctly
the only thing comes to my mind is cause response is going back through ajax it parses only as simple text and not the image it self
can it be the case and if yes how should i solve it ?
by dimebag
Thu Nov 26, 2009 2:27 am
Forum: PHP - Code
Topic: problem with echo for image
Replies: 10
Views: 612

Re: problem with echo for image

no i do not think thats because of extension i do not know why its rendered as a text instead of real tag this some more part of my code function validateRequired($required,$val,$typecheck) {       // if it is required check to see if it validates     if ($required == "required")     {    ...
by dimebag
Wed Nov 25, 2009 7:30 pm
Forum: PHP - Code
Topic: problem with echo for image
Replies: 10
Views: 612

problem with echo for image

hi i have some strange problem when i want to echo a image all i got in out put is my html tags instead of the image itself do not know whats wrong see part of my code function user($val) { if (is_numeric($val)) {echo '<img src="mypic" />' ;} } the output i get is this <img src="mypic...
by dimebag
Tue Aug 25, 2009 6:05 pm
Forum: PHP - Code
Topic: rapidshare accoun checker problem
Replies: 0
Views: 65

rapidshare accoun checker problem

hi i wrote peice of script to check rapidshare account it gets some info of the account lik expiration date whether its locked and points everything is working perfect in localhost but when i upload it to server the function that take the points do not work evey other functions work perfectly except...
by dimebag
Sun Aug 09, 2009 3:21 pm
Forum: PHP - Code
Topic: problem on page refresh
Replies: 8
Views: 284

Re: problem on page refresh

yes yes this is exactly what happens
if i refresh the page it asks for retry or cancel for resendig info
so how should i disable it ?
thanks
by dimebag
Sun Aug 09, 2009 8:55 am
Forum: PHP - Code
Topic: problem on page refresh
Replies: 8
Views: 284

Re: problem on page refresh

hello what is wrong with my code now ? i have added the function if (isset ($_POST['submit'])) still have the same problem on page refresh again same data enters to DB what am i doing wrong ?   ?php       if (isset ($_POST['submit'])){ $username= $_POST['username'];           $dbhost = 'localhost'; ...
by dimebag
Sun Aug 09, 2009 5:08 am
Forum: PHP - Code
Topic: problem on page refresh
Replies: 8
Views: 284

Re: problem on page refresh

thanks alot for this
that was the exac problem i had
thanks for your nice tips
regards
by dimebag
Sat Aug 08, 2009 6:02 pm
Forum: PHP - Code
Topic: problem on page refresh
Replies: 8
Views: 284

problem on page refresh

hello im very new to php coding having some problem hope you can help me i have form with text input field which take the username and and the php codes for this is in the same page as the form and then the php code will do its job the php code do its job as it is supposed to do but the problem is f...
by dimebag
Tue Jul 28, 2009 4:28 pm
Forum: Databases
Topic: guide me about insert
Replies: 1
Views: 220

guide me about insert

hi i need some help on iserting value into mysql db this is the case i have i have Db name sign this sign DB have 5 tables which are authteam authuser emailer signup signupsetup autuser table consist of these fields id uname passwd team level status lastlogin logincount download suppose that i want ...
by dimebag
Thu Mar 05, 2009 7:29 pm
Forum: Javascript
Topic: iframe problem in IE
Replies: 2
Views: 338

Re: iframe problem in IE

thanks mate so much i just add {margin:0;} to your code and it worked like a charm
thanks so much
by dimebag
Thu Mar 05, 2009 11:45 am
Forum: Javascript
Topic: iframe problem in IE
Replies: 2
Views: 338

iframe problem in IE

hi im using iframe on some of my pages the frame perfectly matches in firefox but in IE the right boarder does not match and i have two scroll bars rather than one, one for Iframe and one for IE itself ive attached the pic from IE and this is html code im using how should i fix it? thanks in advance...
by dimebag
Wed Feb 18, 2009 2:09 pm
Forum: PHP - Code
Topic: htaccess correct settings
Replies: 0
Views: 94

htaccess correct settings

hi all ive little problem ive installed a php script on my host which works for giving subdomain to users but the problem is when it create url for subdomains the created url return to main script page rather than redirecting to the created subdomains ive wild card enabled on my host and can access ...