Forum: PHP Apr 1st, 2009 |
| Replies: 5 Views: 3,316 |
Forum: PHP Dec 10th, 2008 |
| Replies: 0 Views: 751 Hi Friends
In my mysql table , we stored the rtf file this type , we need to change this real word file .Please advise
{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset0 Times... |
Forum: PHP Nov 27th, 2008 |
| Replies: 4 Views: 547 Thanks For your clarification .
Thanks you so much
bye now
vssp |
Forum: PHP Nov 27th, 2008 |
| Replies: 4 Views: 547 Hi
Thanks for your reply.
I need just open the given path using php . No need for edit or delete the file.
Please advise. |
Forum: PHP Nov 27th, 2008 |
| Replies: 4 Views: 547 Hi
I am trying to open the explorer window using php code .But i got the security issue .Please help me how to solve the issue.
<a href="file:///opt" target="_blank">adas</a>
I got this... |
Forum: PHP Oct 10th, 2008 |
| Replies: 3 Views: 1,842 Thanks for your reply .
This code use only inside the module. But I want to call the module different user . When i login user this goes to new page.
Please advise. |
Forum: PHP Oct 9th, 2008 |
| Replies: 3 Views: 1,842 Hi Friends
I am working on symfony project. This is new frame work for me. So Please clarify my doubt.
This is looklike community site. user able to create own sub domine. Public site... |
Forum: PHP Sep 25th, 2008 |
| Replies: 5 Views: 19,874 |
Forum: MySQL Sep 17th, 2008 |
| Replies: 4 Views: 623 in my table i have stored id like this
id name c_id
insert into (id,name,c_id)values( 1, john, 4,10,12,13,15)
Now i need seach id 10 avilable this row.how to write query,
Hope you clear |
Forum: MySQL Sep 17th, 2008 |
| Replies: 4 Views: 623 hi friends
I need the query , I have stored the ids like this 4,10,12,13,14 in one filed.
I need to search the id 4 avaliable in the one filed , how to search the number one single... |
Forum: PHP Sep 16th, 2008 |
| Replies: 2 Views: 699 I am trying to get mail form outlook , this will configure any mail id,
I have created the macro page using asp dot net , when open the mail and click the macro page and press save button mail... |
Forum: PHP Sep 15th, 2008 |
| Replies: 2 Views: 699 Hi
I am working on save the outlook mails to linux mysql database.
is it possible?
then i need to open the mail using php ?
is it possible ? |
Forum: MySQL Sep 15th, 2008 |
| Replies: 10 Views: 1,139 Yes I have checked and complete the task .Thanks for you. |
Forum: PHP Sep 11th, 2008 |
| Replies: 2 Views: 562 use error_reporting =0 for each page or set ini file |
Forum: PHP Sep 11th, 2008 |
| Replies: 12 Views: 1,129 try this
echo $r="select * from course where course=$course; |
Forum: PHP Sep 11th, 2008 |
| Replies: 9 Views: 580 |
Forum: MySQL Sep 10th, 2008 |
| Replies: 10 Views: 1,139 Cool .Let em check and let you know any doubt |
Forum: MySQL Sep 10th, 2008 |
| Replies: 10 Views: 1,139 I need the query for every month , I need the query to get the values every month.
Any Idea |
Forum: MySQL Sep 10th, 2008 |
| Replies: 10 Views: 1,139 hi
Thanks for your reply
Table structure here
CREATE TABLE IF NOT EXISTS `invoice` (
`id` int(11) NOT NULL auto_increment,
`instance_id` int(11) NOT NULL default '0',
`project_id`... |
Forum: MySQL Sep 10th, 2008 |
| Replies: 10 Views: 1,139 Hi Friends
I am working to draw a graph . I need to get the data monthly, for example JAN total hours FEB total hours ,
How to write the query get the total values per month?
Advance... |
Forum: MySQL Aug 4th, 2008 |
| Replies: 6 Views: 3,024 is it possibrl
I need a hlp how to connect outlookexpress with mysql, so that i hav to store data from outlook express to mysql. |
Forum: MySQL Aug 4th, 2008 |
| Replies: 6 Views: 3,024 Why its not possibe.Please clarify
I need the same functionlity |
Forum: IT Professionals' Lounge Jul 31st, 2008 |
| Replies: 0 Views: 767 hi
I am using windows machine. I am using outlook to download the mails. I want to store the mails to remote linux server .is it possible Please advice |
Forum: PHP May 5th, 2008 |
| Replies: 1 Views: 496 Try Dolphin open source projcet |
Forum: PHP May 5th, 2008 |
| Replies: 2 Views: 607 Go to w3schools.com this will help you |
Forum: PHP Jan 9th, 2008 |
| Replies: 4 Views: 6,708 go to w3schools.com , this will help you |
Forum: PHP Jan 9th, 2008 |
| Replies: 3 Views: 666 it will not take more then 3 hours |
Forum: PHP Jan 9th, 2008 |
| Replies: 2 Views: 2,183 dowmload xampp and install your system .
This will solve you r issue , befor u uninstall you php and apache |
Forum: PHP Jan 9th, 2008 |
| Replies: 3 Views: 635 Download phpbb this the best opensource for php forum |
Forum: PHP Jan 9th, 2008 |
| Replies: 3 Views: 666 Hi
yes this is easy.
Go to http://maps.google.com/
first you get api your site and sample code available in the same site |
Forum: PHP Jan 9th, 2008 |
| Replies: 2 Views: 3,021 Hi
Please refer this link this will help you
http://www.phpclasses.org/browse/file/7143.html |
Forum: PHP Jan 9th, 2008 |
| Replies: 6 Views: 605 ys w3schools is the best fro Beginners |
Forum: PHP Jan 9th, 2008 |
| Replies: 3 Views: 558 using implode function to get all the values to one single variable separated by comma . then easy to inser the values to table |
Forum: PHP Jan 8th, 2008 |
| Replies: 4 Views: 914 |
Forum: PHP Jan 8th, 2008 |
| Replies: 3 Views: 601 When login you store the values to SESSION variable. then
try this code
$user_id=$_SESSION['sng_userid'];
if(!$user_id)
{
echo "<meta http-equiv=refresh content=0;url=index.php>";... |
Forum: MySQL Jan 7th, 2008 |
| Replies: 3 Views: 994 hi friends
Try this syntax
Select * from bOrders b1 , bUsers u1 where b1.userid=u1.userid and u1.email= 'john@abc.com' |
Forum: MySQL Jan 7th, 2008 |
| Replies: 8 Views: 1,062 Hi friends
Please chk this query this also help for you
SELECT *
FROM applyleave a1, viewleave v1, personal p1
WHERE a1.leaveid = v1.leaveid
AND a1.spid = p1.spid
LIMIT 0 , 30 |
Forum: PHP Jan 7th, 2008 |
| Replies: 5 Views: 1,022 Using ORDER BY is the best and easy way |
Forum: PHP Jan 3rd, 2008 |
| Replies: 15 Views: 1,362 Add error_reporting(0) in top of the page
error messages are not listed in front end |