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

15 Posted Topics

Member Avatar for PinoyDev

Actually it seems to be a DNS problem, probably they are missing a ServerAlias reference in the zone.

Member Avatar for PinoyDev
-1
188
Member Avatar for naui95

Can somebody explain me why does this mysql query SELECT * FROM mytable WHERE F='d2f2' AND Tot>Pmin AND Tot<Pmax omit this row ID ¦IDa¦F ¦Pmax¦Pmin¦Tot --------------------------- 124¦160¦d2f2¦200 ¦12 ¦182 thanks!

Member Avatar for Reverend Jim
0
202
Member Avatar for Anati

It depends on how you divide normal users from admin users in your DB. If for example you divide them let's say with a "level" value and admin is set to 0 and normal user to 1 the thing becomes quite simple! After checking the user credentials you can retrive …

Member Avatar for hiren2927
0
119
Member Avatar for axier

> .Password is not goin to email In order to help you with these, you should publish your serverside scripts where you wrote the lines of code that send the email.

Member Avatar for guruparthi
0
8K
Member Avatar for dapcigar

If I was you I'd use Google Charts https://developers.google.com/chart/?csw=1 it's very easy to integrate!

Member Avatar for naui95
0
281
Member Avatar for Ryan_11
Member Avatar for tapananand
0
202
Member Avatar for tqmd1

*For the duplicate entry problem an other option, or in addition to be more sure, you could also set the SNO column as primary or unique in your DB. *For the dubble click problem you could hide the submit button with Javascript and doing so you will prevent a dobble …

Member Avatar for Jamblaster
0
274
Member Avatar for narasimha9

These here are only the forms, where are the server-side scripts? They are necessary to understand where the problem is, and as urtrivedi told you the action in the forms is missing.

Member Avatar for Lsmjudoka
0
140
Member Avatar for dhani09

Try this echo "<div><a href='uploads/" . $image . "'><img src='uploads/" . $image . "'></a></div>";

Member Avatar for dhani09
0
8K
Member Avatar for kabir01

Some other specs? Linke OS running on it? What you've tried up to now to repair it?

Member Avatar for Rik_
0
206
Member Avatar for naui95

Hi there, how can I split a string into variables?? better: string s = "one,two,three,four"; // Split string on character comma. string[] words = s.Split(','); foreach (string word in words) { Console.WriteLine(word); } how can I put an incrasing variable (for n splitted words) instead of 'Console.WriteLine(word)' thanks

Member Avatar for JOSheaIV
0
270
Member Avatar for vindyauwu
Member Avatar for MisterMustard

upload your PDF file in an external website like SkyDrive.com or drive.google.com and then post the link to the file

Member Avatar for Taywin
0
145
Member Avatar for bikashjit

Hei there, fist of all the link works...it's Daniweb that doesn't allow a character that's in the link. Here is the link http:/www.flickr.com/photos/49986400@N04/7822248574/in/photostream Second...it's possible you've installed an LG driver or you've mounted an LG disk....other wise I wouldn't know what could it be.

Member Avatar for johhny-marshal
0
105
Member Avatar for naui95

Help, I have a big probem. I wanto to read data from an mysql table and then write this data into a form so that the user can update this data. The code could seem somethin like this, but it doesn't work [code] <?php include 'complete.php'; $user_name = "exa"; $password …

Member Avatar for naui95
0
335

The End.