How to make URL loads only on login
On my page, when a user login he's redirects to user_home.php. I made it also to open the chat scree
PHP form help required
Hi all! Apologies in advance for having to message the forum for help. I know you must get a lot of
animation progress while uploading files?
Hello, i have some website form to upload few files to server. i want to put some gif animation whi
Forms Authentication and Refresh at Login page
Hello,
When I try to press the Login button in my webapplication at my login.aspx page nothing h
array_count_values question?
ok i'm trying to create a top ten list from a database of listed favorite movies.
the followi
Click counter to ignore traffic from search bots
I have a click counter on my site that...well, counts the number of clicks a link gets on the frontp
update post issues
I am trying to create an update to a post function, while the update does occur, the page routing an
How do I send data using an html link
Hi
If I have
<a href="main_file.php">
How do I send data t
Why doesn't this work? (SSH2)
This is my script:
Code: <?php
$connection = ssh2_connect('213.251.167.109', 22);
mysqli_fetch_assoc returns multiple arrays, how to return a single array
Hello, I am using mysqli_fetch_assoc which is returning multiple rows, so it looks like:
Code