Search found 68 matches

by azhan
Mon May 17, 2010 10:59 pm
Forum: PHP - Theory and Design
Topic: Vietnamese charset not working?
Replies: 4
Views: 2669

Re: Vietnamese charset not working?

Thanks for replying I did not store the word in the database, what i do is i create a php file using define method like below Let say i want to convert the word "login" into vietnamese English -> Vietnamese Login -> Truy nhập if i replace the word "Truy nhập" directly into define...
by azhan
Mon May 17, 2010 12:06 am
Forum: PHP - Theory and Design
Topic: Vietnamese charset not working?
Replies: 4
Views: 2669

Vietnamese charset not working?

Hello guys, I'm making language option in my website where user can change the language they preferred, which I have one language file that defines the Vietnamese. My problem is, some words of Vietnamese are not supported by charset that I had set. Means not all Vietnamese words can be displayed by ...
by azhan
Sat Mar 20, 2010 3:21 am
Forum: Installation and Configuration
Topic: .htaccess redirection problem
Replies: 1
Views: 1371

.htaccess redirection problem

Hey guys, Previously I set my .htaccess to redirect my users to view their profile easier like this http://www.domain.com/john which actually it redirect to profile.php page but still displaying http://www.domain.com/john on url area Now, Im try installing OpenX software which I put the folder under...
by azhan
Sun Mar 14, 2010 4:36 am
Forum: PHP - Code
Topic: Page title return "Untitled Document" after htaccess redirec
Replies: 0
Views: 1034

Page title return "Untitled Document" after htaccess redirec

hello guys, Im building a social networking website. And each user has their own profile that can be view via link like below http://www.domain.com/john which actually they been redirect from index.php page to profile.php page using htaccess.... but in profile.php page I already give a title but sti...
by azhan
Sun Feb 07, 2010 4:40 am
Forum: PHP - Code
Topic: PHP mail() seen as spam
Replies: 1
Views: 110

PHP mail() seen as spam

Hello guys,

What makes php mail() goes into spam folder in yahoo? I've already get rid of url string inside the mail body but still the mail goes into spam folder...

huhu

azhan
by azhan
Sun Jan 31, 2010 4:47 am
Forum: Javascript
Topic: php variable inside j.script function return [object Event]
Replies: 2
Views: 829

php variable inside j.script function return [object Event]

hello guys, on my first load page, I call function init on php page like below <script type="text/javascript">function initView('<? echo $username; ?>');</script> whereby the php variable $username already declare on top... but when im try to alert() the variable back in javascript..it ret...
by azhan
Wed Aug 12, 2009 1:32 am
Forum: General Discussion
Topic: word tool function (bold,underline,justify etc)
Replies: 1
Views: 706

word tool function (bold,underline,justify etc)

Hey guys,

I was wondering if there is a javascript function that can do word tool on a text like bold,underline justify etc? I did search on google...but it for sale for 70 bucks.

So is there any such word tool for normal html textarea?

thanks!

azhan
by azhan
Sun Jul 26, 2009 10:43 am
Forum: Javascript
Topic: javascript return result by id.....
Replies: 4
Views: 543

Re: javascript return result by id.....

here is my code... /////////////php page <select name="medlist1" size ="1" onchange="showUser2(this.value)" id="medlist1"> <option selected="selected" value="">Choose</option> <?php $select = mysql_query("SELECT id,name FROM ubat ORDER...
by azhan
Sun Jul 26, 2009 9:57 am
Forum: Javascript
Topic: javascript return result by id.....
Replies: 4
Views: 543

Re: javascript return result by id.....

thanks arjan....

but im not quite there...

do i have to replace

document.getElementById("tot").innerHTML=xmlhttp.responseText;

with

document.input.value = xmlhttp.responseText; ?

but how do i assign it to particular input field without using id?

thanks
by azhan
Sun Jul 26, 2009 8:36 am
Forum: Javascript
Topic: javascript return result by id.....
Replies: 4
Views: 543

javascript return result by id.....

Hey guys... I was able to do real time two integer multiplication using ajax which is combination of php and javascript where by the result will return at the same page without refreshing or pressing a button. the result returned by javascript declaring the id like ->> document.getElementById("...
by azhan
Sat Jul 25, 2009 11:50 pm
Forum: PHP - Code
Topic: removing plus sign ( + ) from url
Replies: 1
Views: 222

removing plus sign ( + ) from url

Hello guys, Im having this one problem of removing + sign from url, not the plus sign that generated by browser to separate each word. But plus sign from the content itself. situation on page 1, user choose medicine from drop down menu named --> HYDRO+NEOMYCIN (1/8 oz), which have plus sign inside i...
by azhan
Thu Jul 23, 2009 7:06 am
Forum: General Discussion
Topic: Real time responce browser
Replies: 7
Views: 614

Re: Real time responce browser

wow thanks! I will look any try for it...

I choose web based cos it is more interactive and easier....no training needed.
by azhan
Thu Jul 23, 2009 6:52 am
Forum: General Discussion
Topic: Real time responce browser
Replies: 7
Views: 614

Re: Real time responce browser

web page....haha...so sorry...
by azhan
Thu Jul 23, 2009 6:40 am
Forum: General Discussion
Topic: Real time responce browser
Replies: 7
Views: 614

Real time responce browser

Hello Guys, I have made a browser which return a result of current patients waiting list, every time there is new patient came, his or her name will be displayed in sequence. My method to retrieve the updated list is by keep refreshing it in 3 seconds on the META tag at html. I was wondering is ther...
by azhan
Sat Apr 25, 2009 12:51 pm
Forum: Javascript
Topic: making a square mark on image...and save it..how to?
Replies: 2
Views: 678

making a square mark on image...and save it..how to?

hey guys... Im having a trouble saving an image which i already mark it with a square mark with mouse drag. I manage to make a square mark. But when it come to save it, the image was saved WITHOUT the square mark on it. The image with square mark like below http://i237.photobucket.com/albums/ff249/a...