Hi, I am not sure this is the right forum for this. I need to create an advanced calendar which will hold details like birthdays, events, both one day and...
Hi , please check the phpclasses.org for the calendar class. There is already on calendar class for various purpose. ... -- Regards :- PRADEEP S. SAMALE. ...
Dear Friends, I am looking for a simple User Authentication Module for a website I am trying to develop. On searching for it, I got several options, but ...
Hi... Below is C code - struct info{ int wt; char c; }; struct info a[10]; can i write similar code in php. I want to create an array of object...is it...
Hi Brijesh, Here is the sample code. //initialize $myObj1=new myClass; $myObj2=new myClass; $myObj3=new myClass; //assign values $myObj1->var1='somevalue'; ...
Krishna Srikanth
krishna.srikanth@...
Sep 12, 2007 12:39 pm
3120
Did not get your point... array("object1", "object2", "object3"); Is this wat you mean ? ... -- Best Regards, Shoeb Surya "If ants are such busy workers, how...
Thanx Manda...but actually i want to convert this C code in php... struct info{ int wt; char ch; }; struct info a[3][5]; main(){ int i,j; char c='a'; ...
maybe you can visit http://www.bmgadg.com/ajax_calendar.php or http://www.phpdeveloper.org/news/5781. they provide a free calendar based on ajax and PHP, but...
Marga Sulistiyanto
masmarga@...
Sep 13, 2007 12:13 pm
3123
hi... i want to make a web page with the facility of uploading files.... i m using apache 2.2, php 5.2, windows xp . Please suggest me how to do this... ... ...
... http://in.php.net/manual/en/features.file-upload.php It pays to read the manual :-/ T -- ============================================================= PHP...
Hello All, I already made a site in PHP. Now the client wants to make in durpal so that how I convert this site in durpal. I already installed the durpal on...
Please help me to find the best and easy Version Control System whicah can be used on Windows Machines with Sites on Linux Server. I tried CVS and SVN and...
Hi Friends, I need to query mysql db and show the result text on web-page in Kannada language. But every time i am ending with ????? symbols. Here i am...
... If it is a local font problem he wouldnt have typed in kannada in the first place .. I think its the character set in the table as sumit said which is the...
Hi basant sharma, I have seen your SQL Table. U have to set the UT8 for table. if ur using less than 4.1 mysql version. else u can set by column level. ... ...
Hi, I have written a scheduler which processes all mails from a mail account and the processed data will be inserted into the database. If it is success, I am...
Hi binoy, Yes it is possible , but before jumping onto this i would like to suggest the easiest method will be to forward the emails at the time you receive...
Thanks for the reply. I just want to do it through my program. If all the process is success, then only I need to forward the file to another account. Any...
Hi All students out there - thought you would like to know about this: http://www.google.com/policyfellowship/ Suchi Garg [Non-text portions of this message...
Anyone can please let me know if a Open source class or Free software which can encrypt the code or obfuscate the code. I want to send a sample of my code to...
Okay! I was also thinking to use a compiler with the obfuscator. Else I will have to do something like what Dr Sani has told me, ... -- Thanks Anurag Bhatia ...
Hi Friends, I fear that this email may be offtopic but it might be helpful to the group as well, I am facing a common problem, i need to send an email campaign...