Fri Apr 23, 2010 1:20 pm |
Replies: 0 |
Views: 2795 |
|
 |
I have written some PHP code that works correctly under PHPEd using IE, but when I move it to our website and use IE8 and Firefox 3.6.3, it does not display correctly. I imagine it is something I am ...
|
Thu Mar 11, 2010 12:10 pm |
Replies: 1 |
Views: 2906 |
|
 |
In function dosendemail, incfunctions.php tries to include a file ./inc/class.phpmailer.php which is not present in the release we received. How do we get this file?
|
Wed Feb 24, 2010 9:45 am |
Replies: 5 |
Views: 2856 |
|
 |
Thanks... it was session related. When I started a new session, the problem disappeared.
|
Sun Feb 21, 2010 2:24 pm |
Replies: 5 |
Views: 2856 |
|
 |
What you see is the ENTIRE file. There is no other code associated with this failure that adds or subtracts or executes in any way.
|
Mon Feb 15, 2010 3:14 pm |
Replies: 5 |
Views: 2856 |
|
 |
Actually, it does not matter in what order I put the session_ lines, the same error occurs on each of the lines and PhpED will not continue even though this is just a "warning". There appar ...
|
Mon Feb 15, 2010 3:09 pm |
Replies: 5 |
Views: 2856 |
|
 |
The following code is all that is in the file atest.php:
if (!$Session_ID=session_id())
{ session_start();
session_cache_limiter('none');
session_cac ...
|
Wed Feb 10, 2010 3:11 pm |
Replies: 3 |
Views: 2725 |
|
 |
Is that CTRL K simultaneously or CTRL then K?
|
Tue Feb 09, 2010 8:33 pm |
Replies: 3 |
Views: 2725 |
|
 |
Does the PhpEd editor have a feature that allows you to mark lines and quickly return to them? For example, in most editors, on line 345, you can press a key combination such as CTL K 1 (not simultan ...
|