SESSION CHECK WORKS "MOST" of the time... whats going on?
i have a sign in check thats included in every page that is a members only page which is basically a
PHP5 - AJAX help
I've been following the tutorial on w2schools (http://www.w3schools.com/php/php_ajax_database.asp) a
php multiple action on submit
I have a form which says:
<form enctype='multipart/form-data' method='post' action='pr
New to PHP and just trying to understand a little code.
I hope I'm not annoying anyone or breaking the rules but I was wondering about this bit of code righ
returning data from an ssh2_exec()
here's what i got.
$conn = ssh2_connect($this->_host);
ssh2_auth_password($c
foreach help.
Hello all,
First time I'm attempting to use a foreach statement and was just wondering if my
PHP If Else statement for breadcrumb
Hi
I am trying to use a PHP if else statement to display a breadcrumb link on wordpress
Calander Basic Spript help
hi, just starting out with PHP and have the following script:
<?php
//This gets t
output printing as hexadecmal... XD
Everything works except the calcem call for the totusold and totuprice. The out put shows up as hex.
Saving PHP output as a file
I wondered if anyone knows how to save the rendered output of a PHP script as a file?
I have