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
Ranked #3K
~9K People Reached
Favorite Forums
Favorite Tags

21 Posted Topics

Member Avatar for stanley87

Hi.goog morning, guys.Anybody here know any others dynamic pie chart library(don't want the google api chart) that is open source and free, can give me any recommendation?Thanks. Regards, Stanley

Member Avatar for Lilantha
0
424
Member Avatar for stanley87

Hi,guys.Is that anyway to make sure the table inside a div is auto resize and 100% same as the width and height of the parent div when we resize the windows size by using css and html only?i am using height 100% and weight 100% for the table and the …

Member Avatar for designershiv
0
121
Member Avatar for stanley87

Hi,guys.I have 1 question on the rest api redirection problem,hope you guys can help me to solve this problem,thanks. My question is: How to i embed the redirection script into the response api? eg,The user call http://domain.com/api=redirect&keyword= 'bla,bla,bla,bla'. What i want to do is to force the user to redirect …

Member Avatar for pritaeas
0
186
Member Avatar for stanley87

Hi,guys,i cant solve this insert query into ,this is my query,i want it to insert it to another new table.How to solve this query?thank Q very for the help...cheers [CODE] SELECT adp.adsPageId,adp.adsSpaceId, DATE_FORMAT(adp.dayClick, '%Y-%m-%d') AS dateReport, (SELECT COUNT(*) FROM ads_display att WHERE att.adsSpaceId = adp.adsSpaceId AND att.adsPageId = adp.adsPageId AND …

Member Avatar for stanley87
0
133
Member Avatar for stanley87

Hi,guys,morning to all :) I have face 1 situation, i already built an api using the rest method, and all my response data will be return in html data when i call the api, i testing on the same server using the jquery working fine, when i use on another …

Member Avatar for stanley87
0
340
Member Avatar for stanley87

hi,guys, i am facing on hiding the image source problem, may i know how to prevent user by using right click on image and check on the path image source location?thks for any info ya.cheers

Member Avatar for stanley87
0
3K
Member Avatar for stanley87

Hi,guys!May i know how to i seperate -keyword and +keyword from an array? eg, i have $arrayList = array(+book,+school,-play,-study); How to i seperate those +keyword into 1 array and -keyword into another array? You help will be kindly appreciate. Best Regards, Stanley

Member Avatar for stanley87
0
131
Member Avatar for stanley87

Hi,guys,I need some advice on building image link counter and image display counter. 1.I need to know how to track each time the image display counter(should be something like this $counter .= $counter + 1), the image display counter only increase for unique visitor.Is that log the counter into text …

Member Avatar for simplypixie
0
168
Member Avatar for stanley87

May i know how to matching 2 array keywords? e.g I have 1st array keyword like kfc,mcd,fastfood,etc 2st array keyword like kfc,mcd If i want to get the matching keywords among these 2 arrays, how to i write the matching code? Thank advance for your help.

Member Avatar for stanley87
0
191
Member Avatar for stanley87

Hi,pleasure to meet you all.I wanna to ask how to write a javascript code to connect with php api authentication located at my server(eg. [url]www.mydomain.com/api/index.php[/url]). 1.I wanna put a javascript code to call the api authentication function at my website server so that other people can access through the api …

Member Avatar for Stefano Mtangoo
0
354
Member Avatar for stanley87

Hi,morning guys. I want to ask anybody know to write javascript to deal with the authentication API key of the php. My condition is like that: 1. i will provide the key to other site owner which already registed at my website. 2. then i want to write a javascript …

Member Avatar for pritaeas
0
122
Member Avatar for stanley87

Dear all friends, Currently I want developing an API so that others web site also can use the API's information by using the API code generate by my web site.Any people can give the idea on how exactly the API works?My basic requirement are: 1.my website generate the public API …

Member Avatar for cwarn23
0
112
Member Avatar for rhodge09

Please manage your code nicely before other people can help on your code,seperate the the code with the file name as well!!!

Member Avatar for ajbest
0
413
Member Avatar for Joemeister

your original code(ajax code): $.ajax({ type: "POST", url: "ajax.php", data: "user_name="+ user_name +"&user_email="+ user_email +"$user_pass=" + user_pass, success: function(){ $('form#submit').hide(function(){$('div.success').fadeIn();}); } }); changing to : $.ajax({ type: "POST", url: "ajax.php", data: "user_name="+ user_name+ "&user_email="+ user_email +"&user_pass=" +user_pass, success: function(data){ //alert(data); $('form#submit').hide(function(){$('div.success').fadeIn();}); } }); your query code: mysql_query("INSERT INTO users(`user_name`, `user_pass`, …

Member Avatar for stanley87
0
3K
Member Avatar for monta2020

If you are meaning sorting the listname in array,just using ksort for array key sorting or asort for array value sorting

Member Avatar for tomato.pgn
0
300
Member Avatar for erza26
Member Avatar for erza26
0
134
Member Avatar for kokfui

You havnt using the session_start(); at the top pf your script.How can you passing your session variable?

Member Avatar for stanley87
0
206
Member Avatar for stanley87

Hi,guys.I have some confusing on order priority of several column in same table.Let say i am using concat for my searching, [CODE] $search_keywords=strtolower($search); $search_keywords = strip_tags($search_keywords); $search_keywords = mysql_real_escape_string($search_keywords); $replace_keywords = preg_replace("/[^a-zA-Z0-9:-\s]/", " ", trim($search_keywords)); $search_exploded = explode(" ",$replace_keywords); //get array keyword $search_exploded = array_unique($search_exploded); //remove duplicate words $x=0; $construct2=''; …

Member Avatar for stanley87
0
146
Member Avatar for stanley87

I am developing a search engine that match keyword search for game title and category game that is limited for three keyword search.i am facing some problem that need to swap among the keywords more than using one keyword search.Any guys can help me or give me some guide on …

Member Avatar for stanley87
0
195
Member Avatar for stanley87

i have to insert a lot of data where it might be also use as foreign key at different table.is that possible to add 1 time together the value to all table?can give any example?thx in advance!:)

Member Avatar for sahromo
0
164
Member Avatar for stanley87

hi,guys,i m new to php.now i gonna link a group of check box to mysql database which link among form.php and process.php.my page in to do the search from category that i check with the category,means maybe i can check 1 box,or money box together when i press the search …

0
74

The End.