Search found 19 matches
- Fri Sep 11, 2009 2:11 am
- Forum: PHP - Code
- Topic: Howto merge contents of 2 rtf files to 1 rtf file using php?
- Replies: 0
- Views: 121
Howto merge contents of 2 rtf files to 1 rtf file using php?
Hi Experts, I would like to know how to merge 2 rtf files onto a single rtf file using PHP. let me explain you the problem briefly. In my application i would like to present a word template with specific info to the user using open,save and cancel dialog box. i.e.. if user requests for one template ...
- Fri Jun 19, 2009 1:28 am
- Forum: PHP - Code
- Topic: how to send global alert to all users in php application?
- Replies: 2
- Views: 356
Re: how to send global alert to all users in php application?
if i use the ajax script to poll the database for new alerts at regular intervals i think it would cause a heavy load on server right? This is true. However, because the client-server connection is stateless, the only way the server can send something to the client is if the client asks for it. You...
- Thu Jun 18, 2009 1:14 am
- Forum: PHP - Code
- Topic: how to send global alert to all users in php application?
- Replies: 2
- Views: 356
Re: how to send global alert to all users in php application?
When the admin sends an alert, store it in a database. Have your application retrieve new alerts when a user requests a page. This would not be instantaneous since the user would see the alert only if he refreshes or navigates to a new page. If you want the alert to be semi-instantaneous, use an Aj...
- Wed Jun 17, 2009 9:13 am
- Forum: PHP - Code
- Topic: how to send global alert to all users in php application?
- Replies: 2
- Views: 356
how to send global alert to all users in php application?
Hi Experts, Is there a way an admin user can send an alert message to all the users who are currently working on the application. for example, 2 users are working on my application. Now admin user logins into my application and enter some text like "This application will not be available for th...
- Wed Apr 22, 2009 2:10 pm
- Forum: PHP - Code
- Topic: how to create new tabs/perform functions on excel using php?
- Replies: 2
- Views: 138
how to create new tabs/perform functions on excel using php?
Hi All, Iam new to php. In my php application i would like to create/update excel worksheets using php code. here i need to fetch the data from mysql database and then i have to insert into excel sheet on daily basis. The next day same procedure happens and this time i have to update the data into s...
- Mon Feb 09, 2009 7:00 am
- Forum: PHP - Code
- Topic: php mail() is returning true but emails are not sent. why?
- Replies: 1
- Views: 108
php mail() is returning true but emails are not sent. why?
Hi Experts, Iam new to PHP. In my code iam using mail() function to send emails. In almost all the cases the mails are sent successfully. However, in rare cases the emails are not sent though mail() function is returnimg TRUE . I would like to know why this wierd bevior is occuring to some of the em...
- Mon Jan 05, 2009 7:48 am
- Forum: PHP - Code
- Topic: how to track the logout timestamp using php.
- Replies: 3
- Views: 259
Re: how to track the logout timestamp using php.
thanks for the reply..would appreciate if you could please tell me that how we can track the last activity timestamp. you mean last activiy timestamp is nothing but last time user made a server call or it can be just a last accessed time.
- Mon Jan 05, 2009 6:19 am
- Forum: PHP - Code
- Topic: how to track the logout timestamp using php.
- Replies: 3
- Views: 259
how to track the logout timestamp using php.
Hi Experts, i am new to php. i would like to implement login/logout functionality to my application. In my application, i have to track the login and logout timestamp of an user. When user logins into my application, iam able to track the timestamp and able to update the timestamp into database. How...
- Mon Aug 25, 2008 12:14 pm
- Forum: PHP - Code
- Topic: How to make the fields as READ ONLY for the second user?
- Replies: 1
- Views: 763
How to make the fields as READ ONLY for the second user?
Moved from Security forum by moderator. Please post in appropriate forums. Hi Experts, Iam new to php. would appreciate if could please clarify my doubt. let me give you breif explanation. First user logins into application and say working on the ORDER screen. All the fields present in ORDER screen...
- Tue Jul 29, 2008 9:54 am
- Forum: PHP - Code
- Topic: how to post the values using anchor tag in PHP?
- Replies: 4
- Views: 865
Re: how to post the values using anchor tag in PHP?
Thanks for the reply.. how can i use SESSIONS..i think to use SESSIONS we need to reload the current page and after that we have to give our Destination page. would appreciate if you could please tell me how to use SESSIONS to pass the posted data when clicking on a DETAILS link? Thanks in advance.....
- Tue Jul 29, 2008 9:43 am
- Forum: PHP - Code
- Topic: how to post the values using anchor tag in PHP?
- Replies: 4
- Views: 865
how to post the values using anchor tag in PHP?
Hi experts, Im new to php. i want to pass the posted values of the current page to destination page using anchor tag. let me explain you breifly.. my current page is first.php which contains a total of 24 controls in it. it contains buttons named UPDATE,SUBMIT and links such as DETAILS. The DETAILS ...
- Thu Jul 10, 2008 11:13 am
- Forum: PHP - Code
- Topic: where and why PHP copy() fails?
- Replies: 3
- Views: 5378
Re: where and why PHP copy() fails?
Thanks for the reply..iam seeing success for the most of times but sometimes im getting the error. dont know what is the exact reason why the copy() fails sometimes ? any help would be greatly appreciated.
Thanks,
Krishna.p
Thanks,
Krishna.p
- Thu Jul 10, 2008 10:09 am
- Forum: PHP - Code
- Topic: where and why PHP copy() fails?
- Replies: 3
- Views: 5378
where and why PHP copy() fails?
Hi, iam new to php. please tell me the basic reasons why PHP copy() function fails? In my application users upload a file and all the uploaded files are copied to one stage folder by giving them randomly created number as file name. my Sample code is given below. $tp = substr(md5(uniqid(rand(), true...
- Thu Jun 19, 2008 3:03 am
- Forum: PHP - Code
- Topic: How to use Progress bar concept in php
- Replies: 1
- Views: 158
How to use Progress bar concept in php
Hi everyone, iam new to PHP. i want to use progress bar concept in my php code. let me tell you breifly. The user should feel what is happening and what is the progress on the process running. From my understanding with out progress bar the end user may not know whats happening on the application if...
- Tue Jun 03, 2008 12:33 pm
- Forum: Installation and Configuration
- Topic: how to configure java extension to php using XAMPP
- Replies: 0
- Views: 567
how to configure java extension to php using XAMPP
Hi experts, iam new to PHP. i want to have java extension configured to php. and iam using XAMPP cross platform webserver. while i was configuring the java extension to php iam getting an error like Fatal error: java() [function.java]: Unable to create Java Virtual Machine in C:\xampp\htdocs\workspa...