newbie question about multiple queries
hi everyone,
I'm sorry to ask such a basic question, but I'm young and trying to learn php on my
Is it a good practice to store user info. in sessions?
I am making a user class for my script which stores all the user information in sessions. It takes u
str_replace help
Hey there,
I'm a PHP newb, I'm having troubles with the str_replace function. I want to clean
Multi Level Array Problem
hi all,
For example I have array like below:
$temp = array(array('north america', 'us'
FAGL_FC_TRANSLATION FAS52 New GL ECC 6.0
Hello,
The new program for Translating GL Balances (FAS 52) gives the option to use diffe
parse error
On my local machine I keep getting parse error for my footer. When I put it online, it doesn't show
passing an array of objects after submit
How do I do this? This is what I have tried and it is not working.
<form method="
Form a inline view based on the results of the previous query?
Hi Experts,
Can we form a inline view on the results of a previous query (another inline view)?
how to timeout $doc = new DOMDocument()->load($url)
I am currently using this $doc->load($url) to fetch an rss feed.
If a feed takes long than
Can I call a class inside a function?
I have a class written in another file that handles my image resizing.
Can I do this (php say