foreach iterator
Hi Guys
Does the foreach loop have an inbuilt iterator ?
login from external site
Hi my new experience begins, Now what i am trying to do is i make three pages, login.php logout.php
why is it over writing
Code: $filepaths[] = $_FILES['new_image'];
foreach ($filepaths as $filepath)
{
$imagename =
Do While statement
hi guys,
This may sound trivial but im new to php and as part of an assignmenti have to const
HTML Viewer HIDE scrollbar
How can I disable scrollbars in a HTML Viewer control? I can't hide them. Even i have enough space b
server trace logs
could any one tell me from where do i get error logs in xMII??I want to check the reason for dtabase
How to grab certain words ??
I am working with this API
Returns JSON.
curl http://letsbetrends.com/api/current_trends
PHP Logging Error
When running the script on website it doesn't copy both input boxes, Only the user and not the passw
Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN
Registration
ok so i have a site where people can register and login which works now thanks to someone on here th