Show message after entering data
Hello Colleagues
I would like to display messages after entering the data example: "
dat
How to limit the calls to an API
Hello, in my simple script I call an api which effectively involves me getting an xml file.
H
Typedef struct vs just struct
Anyone know the rationale for using typedef for structs when a struct is itself a typedef? I have s
Grids not displaying decimals, and behaving differently on different PCs?
Hello,
I coded a relatively simple MII application that allows data from a form to be add
How many users online in the last 24-hours using time()?
I'm fairly new to PHP. I have a MySQL table called 'users' and a field called 'loggedin' which is in
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
(sub)screen resize modification doesn't work after ECC 6 EhP 4 installation
Hello,
We have previously extended the size of the custom data tab on PO transaction ME23
mysql select with $_get ?
Hi, i have this code:
Code: // If char id is 0 and character dont exist do:
if ($_GET["id
Local file browser with php
Halo..
So this is what i want to create. I have a folder that i share and it has many movies.
type check while uploading
Hi Everyone,
How can I check the exact type of a file while uploading on my site?
Here