- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
15 Posted Topics
Re: Actually it seems to be a DNS problem, probably they are missing a ServerAlias reference in the zone. | |
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! | |
Re: 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 … | |
Re: > .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. | |
Re: If I was you I'd use Google Charts https://developers.google.com/chart/?csw=1 it's very easy to integrate! | |
Re: It isn't clear what are you asking for... at least i didn't get it. | |
Re: *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 … | |
Re: 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. | |
Re: Try this echo "<div><a href='uploads/" . $image . "'><img src='uploads/" . $image . "'></a></div>"; | |
Re: Some other specs? Linke OS running on it? What you've tried up to now to repair it? | |
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 | |
Re: I've the same error, and can't get out of it. | |
Re: upload your PDF file in an external website like SkyDrive.com or drive.google.com and then post the link to the file | |
Re: 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. | |
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 … |
The End.