Description:
PHP, server side scripting.
|
|
|
session array not available in popup?
|
| |
Hi There,
I have a session in my main window. Freom here, I want to open a
popup, load a page and access the $_SESSION[] array but I seem not
able to in my pop up.
<?php
session_start();
var_dump($_SESSION);
?>
at the top of my popup script just prints
array(0) { }
and this is what the session dumps on the page from where I open the... more »
|
|
Stats comp.lang.php (last 7 days)
|
| |
"Caveat: Quantity is not necessarily a measure of Quality"
Newsgroup.................: comp.lang.php
Stats Were Taken..........: Mon, 13 Feb 2012 08:12:29 GMT
Stats Begin...............: Mon, 06 Feb 2012 08:16:27 GMT
Stats End.................: Sun, 12 Feb 2012 23:05:25 GMT
Days......................: 7... more »
|
|
Local vs. hosted connection
|
| |
Greetings, fine denizens. I've made significant progress in my project since my first post here some time ago, and I have a question related to a chunk of code I developed to simplify connection to my database. Locally, I need one set of parameters, but after uploading the pages to my web host, I need a different set of connection parameters.... more »
|
|
Query or Array functions
|
| |
OK I will try to ask this and make sense out of this also.
First off I am doing this on a back-end admin page.
I have a DB with lets say 5000 records and a dozen or more fields.
On the page which will display these records I am planning on using pagination to display so many records at once. So far so good.... more »
|
|
6 line php 2 asp
|
| |
Guys, this is your humble ASP colleague asking for help.
I have no experience with PHP and I need this 6 line page translated
to ASP
$location = 'albums';
$album_name = $_GET['album_name'];
$files = glob($location . '/' . $album_name . '/*.{jpg,gif,png}',
GLOB_BRACE);
$encoded = json_encode($files);... more »
|
|
Space mistery
|
| |
Hello again,
does anybody have a clue of what could be the problem in the following code :
// calling sequence
<html><body>
<FONT face="Arial Black" size="3" color="#0000FF">
<center>
ATTENZIONE<br></FONT>
</body></html>
<?php
include('tabelle/ATTE/ATTE6/AT TE6.php');
include('tabelle/ATTE/ATTE7/AT TE7.php');... more »
|
|
Headers in fpassthru() output
|
| |
So far, I've tested a call to fopen followed by a call to fpassthru
on a remote (http://...) JPEG file with PHP v4.4.7 in the "OSU Web Server"
running under OpenVMS V8.3 on an Alpha, and with PHP v5.3.4 in Apache v2.2.17
running under Mac OS X v10.6.8. The JPEG file is served by a Webcam. The... more »
|
|
Very Huge collection of Solutions Manuals & Test Banks
|
| |
Hello,
We would like to inform you that we have updated our list with the
following new titles.
You can contact us directly at Student.p24(at)Hotmail(dot)com .
If the title you are looking for is not listed, do not hesitate to
contact us,
we will try to help.
==========
2011 Federal Taxation, 5th Edition 2011, Pratt.Kulsrud, Instructor... more »
|
|
Stats comp.lang.php (last 7 days)
|
| |
"Caveat: Quantity is not necessarily a measure of Quality"
Newsgroup.................: comp.lang.php
Stats Were Taken..........: Mon, 06 Feb 2012 08:09:15 GMT
Stats Begin...............: Mon, 30 Jan 2012 13:51:55 GMT
Stats End.................: Mon, 06 Feb 2012 01:31:44 GMT
Days......................: 7... more »
|
|
|