No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Is there anyone here has an solution for using js dom or jquery on web workers i have a jquery function that was needed to call inside the web worker but the problem is that the web worker doesnt recognize the jquery dom . thank you in advanced :)
or you can create a function function get_country(){ $query = "Select * from tablename"; $myquery = mysql_query($query); while($row = mysql_fetch_array($myquery)){ echo "<option>".$row['main_country']."</option>"; } } same with the other fields
start on creating a plan on how your system works. write it on a paper from there you can easily identify how you can start.
hi i need help is there anyone here have the knowledge of java to retrieved files in the folder and print it out im using this script File folder = new File("your/path"); File[] listOfFiles = folder.listFiles(); for (int i = 0; i < listOfFiles.length; i++) { if (listOfFiles[i].isFile()) { System.out.println("File …
Hi can i ask for help pls. I have this xml values from a given xml file i wanted to retrieved it from there and when I was trying to retrieved it and echo it out it shows the correct value together with the decimal values. But when the i …
hi i need some help on how can i retrieved users mac address using php? so that i can restrict an access to my admin page .. thanks
The End.
alfiechiong