First  |  Prev |  Next  |  Last
Pages: 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
obj in array?
Hi folks I'm hacking on a SOAP2 solution towards Magento and have retrieved the catalog in an array, but i'm having trouble accessing the values of the array cause there's an object in it. This is a var_dump of $my_array: array(14) { [0]=> object(stdClass)#2 (2) { ["set_id"]=> int(44) ... 24 Feb 2010 08:38
PLEASE, PLEASE, PLEASE - HELP ME GET OFF THIS LIST
PLEASE, PLEASE, PLEASE - HELP ME GET OFF THIS LIST --- YOU PEOPLE ARE DRIVING ME CRAZY!!!!!!!!!!!!!!!!!!!!!!!!1 Please unsubscribe: mail(a)honeyflowfarm.com, wschnute(a)mail.honeyflowfarm.com or anyone else @honeyflowfarm.com or wschnute(a)gm.com PLEASE!!!!!!!!!!!! At 08:32 AM 2/23/2010, you wrote: Hi! This i... 23 Feb 2010 12:28
How to get the 'return type' of a function?
Hello guys, I try to use 'ReflectionFunction' to retrieve the info of a function. For example: <?php $rf = new ReflectionFunction('strstr'); echo $rf; ?> =============== output ================== Function [ <internal:standard> function strstr ] { - Parameters [3] { Parameter #0 [ <required> $h... 24 Feb 2010 03:10
$_POST vs $_REQUEST
Hi All, I have Forms that I submit for processing. I have seen examples of people using either $_POST or $_REQUEST. When would I choose one over the other? Also, I see examples of these being used with and without the single quotes Like: $_POST[j_orderValue] or $_POST['j_orderValue'] Single quotes i... 24 Feb 2010 07:32
help, please, understanding my problem
I have a PHP page that has require_once("genMyOverlay.js.php"); . . . echo "<body>"; echo "<script language=\"JavaScript\">doit(\"mydiv\");</script><br>"; echo "</body>"; genMyOverlay.js.php contains: createDiv() (see below) that creates a <DIV ID="mydiv"> and sets it up to overlay a portion of the wb... 23 Feb 2010 11:20
Fun with Streams
I created a stream wrapper around the php_writeexcel library found at http://www.bettina-attack.de/jonny/view.php/projects/php_writeexcel/ My code can be seen at http://www.pastebin.com/m7212eaa2 I'm trying to add an option that will allow us to lower or uppercase the column headers we create by calling ftell o... 24 Feb 2010 10:53
PHP, PHPMailer and SMTP Server
Hi,to every body i'm buildding a little application, for now i'm working in my localhost. I need to send a mail and i need to use phpmailer, but.. when i send a mail using phpMailer it tooks a lot of time, i suppose it is because the bandwidth (128kbps and 3 PCs connected in the LAN). any way i need to solve it.... 20 Feb 2010 13:34
Excel Spreadsheets and PHP
Hello, everyone. Just a quick question. What are you using, if anything, to create Excel spreadsheets with PHP? Thank you in advance. ... 1 Mar 2010 10:18
Max file size in fopen()
Hello, I need to open a file with more than 2GB but the following error occurs: failed to open stream: Value too large for defined data type in /srv/www/sandboxes/dev02/test.php on line 2 I'm running this php in a 32 bits system. Googling I found that with the option "CFLAGS="-D_FILE_OFFSET_BITS=64"" the... 19 Feb 2010 15:32
Advice on maintaining public and private files
I have a site I'm working on with some data that I want to be readable by anyone, but some files that I want to keep hidden from outside users. Here is an example of my file structure. /products/data1/item_1/data.txt /products/data2/item_2/data.txt I would like everything in data1 to be available by anyone who v... 21 Feb 2010 12:40
First  |  Prev |  Next  |  Last
Pages: 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85