How to convert this array to string
I am having problems converting this array to a string
using print_r($val[1]); I get:
Code: [
New to Arrays
Hi I am new to PHP (a week and a half now) and I am just beginning to read about arrays. I understan
Linkage between two scripts
Okay say I have this for a link in a script:
Code: <li><a href="#&q
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)
Include ("Absolute Path") of a file?
I'm not sure what I'm doing wrong. I am writing my php code in the same directory of the file that
Is there something wrong?
Hi all,
Just a quick question... can someone look at this code and see if something is wrong?
DBCA Templates
Hi all,
I'm working on creating a template for DBCA, but can't find any documentation on the
Array disappearing in foreach loop
Okay, I have this problem where an array will become undefined in a foreach loop.
Here is the
Why do I get this error
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/a5488351/public_html/b
Drawing Images in classes
I'm quite new to Object Oriented PHP. What I'm trying to do is draw some images but also have other