can anyone help me how to use xtemplate in php? i know it is used to separate php from html. i dont know how to implement it. if anyone knows please help me?...
253
kunanu_rohit
Nov 1, 2006 6:51 pm
Hi Friends, I am new to this group and I have a problem that I want to create a graph using PHP so anybody can help to do this and that graph should be dynamic...
254
Andy Nagai
anagai
Nov 2, 2006 3:07 am
hi this will create a flash of whatever data you specify using php http://www.maani.us/charts/index.php hope it helps. ... From: kunanu_rohit...
255
Ved Prakash
ved74
Nov 2, 2006 9:37 am
Pritesh, Its very much situational, lets say you have an Ad-Server and you have millions of very small images, I would recommend you to go for the database...
256
mohan doss
mmohandoss_m
Nov 3, 2006 1:53 pm
Hi, Good day to every one! I have one doubt, that is how can we change the ownership of an uploaded file(normal php file upload) using PHP? Thanks in advance....
257
ajee sp
max_bluesp
Nov 4, 2006 5:59 am
hello everybody I am new to this group also new to php-mysql , want to learn more ... Find out what India is talking about on - Yahoo! Answers India Send FREE...
258
anushila_guha
Nov 6, 2006 3:32 am
now I am required to design an interface which is more like a excel data entry form. What I mean is like for example if this is a grade sheet used by a teacher...
259
shantanu bhadoria
shantanubhad...
Nov 6, 2006 3:38 am
Hey people i have a question here. Do you guys know of any script that helps you to dump a MySQl database into a text file I have a database hosted at...
260
B S Reddy
sdojobs
Nov 7, 2006 4:00 am
why dont you have a single FORM for all the "information fields" and then prompt the teacher to enter multiple times as we do not know how many times the data...
261
joykannan_msit
Nov 7, 2006 1:06 pm
Hi to all Iam going to attend PHP?MySql Interview so pls give me an idea to what i have to prepare for PHP?MySQL Programmer, What type of question they ll...
262
pritesh loke
priteshloke
Nov 9, 2006 5:41 am
Hello I am creating pdf file using php.They dont give me any error but not opening that file. pls checked the code <? $pdf = pdf_new(); ...
263
Vinu Thomas
uglyftp
Nov 9, 2006 5:53 am
The PHP team announced the release of PHP 5.2 last week. The new release has quite a few new features, bug fixes and optimizations: 1. Input Filtering is...
264
maq sood
maq005
Nov 9, 2006 9:31 am
Hey man, I have sent you couple of php n mysql questions.. enjoy and All the best... and also for which company are you giving the interview... Maqs ...
265
deepaspai_1983
Nov 11, 2006 3:55 am
Hi, I want to do crystal report in php.Can any body help me regarding this. I am working on Linux platform....
266
Vinu Thomas
uglyftp
Nov 11, 2006 4:07 am
Crystal Reports is a windows only application. You really can't have CR running on Linux. If you're insterested in accessing CR through PHP in a windows ...
267
gonzal_rocky
Nov 14, 2006 4:41 pm
hello friends i am facing problem at the time of reading XML file from PHP. i am using php ver 4.4.4. i want load data from the xml file for that i am using...
268
nandan raj
iamnandans
Nov 15, 2006 3:07 am
Is there a method to do the following in Java script search for (one|two|three|four) and replace one by 1, two by 2 , three by 3 and four by 4. nanda ... Check...
269
Ved Prakash
ved74
Nov 15, 2006 3:07 am
Upgrade to php5. php5 latest build has got better support for classes than earlier releases. Regards Ved...
270
Ved Prakash
ved74
Nov 15, 2006 3:49 am
Rocky, Your problem is PHP4. I would recommend you to upgrade to PHP5. But, there are ways to get over it, if you try using pear. Regards, Ved...
271
joykannan_msit
Nov 16, 2006 3:44 pm
HI Iam usnig WAMP 1.6.4 , Now iam developing a project using this package.some one told me that if u want to develop project u should install individually(that...
272
Vinu Thomas
uglyftp
Nov 17, 2006 3:12 am
Joy, I don't see a problem in using Wamp for development. It's quite common for developers to use Wamp to setup the development environment because of it's...
273
Mahabaleshwar
mahihs2002
Nov 17, 2006 11:02 am
Dear friends, I want to know whether PHP 5 is stable or not.If so please tel me which version is stable in the 5.x series. Recently I upgraded PHP 4.x to 5.1.x...
274
Vinu Thomas
uglyftp
Nov 23, 2006 3:18 am
PHP 5.1.x and above are quite stable. We're using that on some of our production servers. Some of the functionality in PHP4 has either been removed or disabled...
275
skumar_sss
Nov 27, 2006 4:03 am
hello any one can say about how to seperate the files and folder in a particular directory....
276
Ved Prakash
ved74
Nov 27, 2006 12:08 pm
Hi SKumar, Can you please elaborate your question in detail? Regards...
Hello to all I want one littile help in PEAR This is my code <? require_once "MDB2.php"; $dsn = "mysql://root:ppp@localhost/mht"; $options =...
279
axsubram
Dec 3, 2006 3:16 pm
Hi, Greetings & Good Morning I am new to PHP - am used to some html & Perl. Are there good Traning centers in Bangalore for PHP ? Further are there good...
280
gayatri_ajith
Dec 7, 2006 10:02 am
Hello, You are getting this error because your MDB2 object was not created. Instead, when you called the factory() function an error object was returned...as...
281
pritesh loke
priteshloke
Dec 10, 2006 4:23 pm
Hello If you have good tutorials for PEAR pls give me. :( Thank you. gayatri_ajith <gayatri_ajith@...> wrote: Hello, ...