Help With Showing Users On the Index Page
Ive got this code which works just how i want it to.
Code: <?
$timenow=time();
Standard DES encryption script?
Can anybody point me to a tutorial or a short script that shows how to encrypt some text with salt i
Problem with passing variables
I'm not really a php programmer so I'm really struggling with this issue.
I have a banner s
text box alphanumeric caracters only
hi all!
I have search on google on how to enter in a test box only caracters A-Z,a-z,0-9 usi
help with this code please?
Hello,
I am trying to build a remote upload script for my image hosting site.
I am usi
Dump with added_funcion cl_salv_table
Hi there, I'm having some troubles adding a self defined function to an ALV in fullscreen. The thing
how to load a Sys file with system load and call images?
normally you need register the module as a service with CreateService, and start the service
Format timestamp from mysql
When I tried this:
Code: date("m/d/Y H:i A", $row['timestamp'])
I got 12/31/1969 18:
How to convert this array to string
I am having problems converting this array to a string
using print_r($val[1]); I get:
Code: [
type check while uploading
Hi Everyone,
How can I check the exact type of a file while uploading on my site?
Here