[PHP-WIN] alpha png to gif with transparent

2004-11-28 Thread Exiang
IT seem to be impossible as the alpha png is 24 bit and gif can only be 256 color.. however, is there any alternative which at least make the generated transparent gif look good? this is my code.. but itdin work

[PHP-WIN] working on phpnuke - submit topics module, need help on File upload

2004-05-10 Thread Exiang
$topic_text and i will get the variable of that form field. however, this do not work for and I already using enctype="multipart/form-data" I tried to get with $_FILES['topic_image'] but do not work.. expert here pls HELP ME~~~! p/s the module is for nuke version 6.9 regards, eXiang

[PHP-WIN] md5 password with javascirpt

2003-12-05 Thread Exiang
Hi, question: how to encode a password in client side with javascipt.. thanx. regards, exiang

[PHP-WIN] newbie question: using image function with php

2003-09-25 Thread Exiang
Hi, i m using php version 4.3.2 i want to try on the image function. i tested with the documentation sample.. but it din work pls teach me how to do it??. thanx!!

[PHP-WIN] session and cookie

2003-09-15 Thread Exiang
i m doin a login system what's the diff between session and cookie? which one is more secure? i tried session on my server but there's error soi use cookie and it work well. btw..is there any module that's ready to use for login system?

[PHP-WIN] setting directory permission

2003-09-11 Thread Exiang
I hav written a php application that will create a direcotory with then name given by user and upload file into it it work prefect on my pc server. but when i upload to the web serverthere is error due to my directory permission is there any way to control a directory permission with php

[PHP-WIN] mysql+php query

2003-09-10 Thread Exiang
Hi, i hav a problem query a data value from my database every setting is fine. the database is working too.just i dunno how to do it with php let say i hav a username and a password in my database i wanto query the password with given username $SQL = "SELECT `password` FROM `table` WHERE `usernam