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
$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
Hi,
question: how to encode a password in client side with javascipt..
thanx.
regards,
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!!
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?
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
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