session-variables
Assistance Requested for Connecting PHP to Joomla
I have created a custom PHP script which uploads information submitted by a form to a MySQL database.I would like to insert the user id from Joomla of the user who submitted the MySQL data.[详细]
2023-03-13 19:41 分类:问答creating image with php problem
my index.php file i have somethingk like : <?php session_start(); $_SESSION[some_value] = 1; ?> <img src=\"image.php\" alt=\"some image\"/>[详细]
2023-03-13 14:17 分类:问答Buttons to add variables to a session and database
Ok, Im new to all of this, so this may seem like a long-winded approach.What Im trying to do is for one button, it simply adds the variable (which is an id) to a session. This is for a temporary list[详细]
2023-03-12 06:03 分类:问答Check if PHP session has already started
I have a PHP file that is sometimes called from a page that has started a session and sometimes from a page that doesn\'t have session started. Therefore when I have session_start() on this script I s[详细]
2023-03-11 12:34 分类:问答session variables SOMETIMES not passing? [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2023-03-11 09:17 分类:问答session variables classic asp
I have a problem when using session variables to store the checked state of a checkbox. I\'m using pagination so when each letter is pressed a checkbox will appear with the respective letter stored as[详细]
2023-03-11 05:22 分类:问答Objects inside $_SESSION, undocumented behaviour
Please have look on the following code: $_SESSION[\"process_y\"] = new Process(); $process_y = $_SESSION[开发者_运维问答\"process_y\"];[详细]
2023-03-10 11:56 分类:问答Gobal ASP.NET variable per browser
Environment is ASP.NET 4.0 using C#. I was going to put an ID that I need in a session variable. For example:[详细]
2023-03-10 05:19 分类:问答Array is empty using session variables PHP
I´m having problems passing an array with float values. It´s empty in the other file. Here´s the code. Please any help...[详细]
2023-03-09 08:42 分类:问答Session Variable being created and access before long process?
I have a page that executes a long process, parsing over 6 million rows from several csv files into my database.[详细]
2023-03-08 22:00 分类:问答