Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

6 Posted Topics

Member Avatar for alfiechiong

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 :)

Member Avatar for alfiechiong
0
130
Member Avatar for Wailintun

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

Member Avatar for gon1387
0
915
Member Avatar for jahidshumon

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.

Member Avatar for veedeoo
0
232
Member Avatar for alfiechiong

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 …

Member Avatar for Taywin
0
183
Member Avatar for alfiechiong

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 …

Member Avatar for alfiechiong
0
132
Member Avatar for alfiechiong

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

Member Avatar for FlashCreations
0
340

The End.