Forum: PHP 3 Days Ago |
| Replies: 5 Views: 198 I have done with this ....
thanks for everyone.
<?php
$con = mysql_connect("localhost","root","");
if (!$con)
{
die('Could not connect: ' . mysql_error());
} |
Forum: PHP 3 Days Ago |
| Replies: 5 Views: 198 I have got the solution.
tell me is it right way to do it? |
Forum: PHP 3 Days Ago |
| Replies: 5 Views: 198 SELECT month( `LAPeriodStart` - INTERVAL 1
MONTH )
FROM lease_center
WHERE `SiteId` = 'C-LHR-4067'
this is a query which I used to get process month as its one month in advance.
Now I need to... |
Forum: PHP 4 Days Ago |
| Replies: 5 Views: 198 if LAPeriodStart 2009-01-05 means Payment Month = 01(January)
Processed Month = 12(December) Always 1 month Before.
current month = 12 (Decemeber)
Now I need to show Payment Due Status
If (... |
Forum: PHP 4 Days Ago |
| Replies: 5 Views: 198 Hi this is my table structure.
I need one result from this.
There is a field named LAPeriodStart in this table.
If LAPeriodStart date is 2009-01-05
Site Id is 4067
Today Date is 2009-12-07
1.... |
Forum: PHP 7 Days Ago |
| Replies: 9 Views: 456 thanks for your reply
above function looks functional for pdf containing text. In my case, pdf contain the images can you modify the function for a image containing pdf
thanks in advance |
Forum: PHP 7 Days Ago |
| Replies: 3 Views: 179 I do not want to use java script for this purpose.
<a href=".$row['image']." target=_blank>"
i just want to add a path of another page say newpage.php in place of
$row['image'] and also want to... |
Forum: PHP 7 Days Ago |
| Replies: 9 Views: 456 Is it possible to print PDF Files using PHP?
any Idea
If file is placed in Drive D name LA.pdf without opening. |
Forum: PHP 7 Days Ago |
| Replies: 4 Views: 241 use select query to show image
also use limit
and put 2 buttons
name next and back and control them using limit |
Forum: PHP 7 Days Ago |
| Replies: 3 Views: 179 In Db ch is a field with default value "Click here to view"
and when I clicked it shows image (reference path stored in DB)
in blank new window.
Now I want to show this link as submit button and... |
Forum: PHP 17 Days Ago |
| Replies: 9 Views: 456 Is it possible to print PDF Files using PHP?
any Idea
If file is placed in Drive D name LA.pdf without opening. |
Forum: PHP 20 Days Ago |
| Replies: 9 Views: 456 how i can print pdf files without opening |
Forum: PHP 20 Days Ago |
| Replies: 3 Views: 274 Hi dear all
I want to take snapshot of webpage and then save it into a folder.
please tell me the basics , i am new to it. |
Forum: PHP 21 Days Ago |
| Replies: 5 Views: 418 Thanks genius, for giving your precious time. It helped me lot
and if you don't mind can you suggest me any tutorial regarding the issue discussed, for future reference. |
Forum: PHP 21 Days Ago |
| Replies: 5 Views: 418 Thanks First of all appreciate your help.
in fact i have table which contain the quantity of items(from which i am selecting with checkbox) what i just want to insert checked rows in an other table... |
Forum: PHP 21 Days Ago |
| Replies: 5 Views: 418 hi every body, i am sure its not that much hard but somehow i stuck in situation which look
very much unclear to me.
in fact i have a table through i am selecting different records
... |
Forum: PHP 23 Days Ago |
| Replies: 9 Views: 456 I can clarify my problem
Please give me some hint how to print PDF DOcument using PDF. |
Forum: PHP 24 Days Ago |
| Replies: 9 Views: 456 Dear All
I have developed a lease management System.
I have stored 4000+ Lease agreements and purchase orders.
Folders Structure
Main Folder : LAPO
... |
Forum: PHP 24 Days Ago |
| Replies: 12 Views: 629 |
Forum: PHP 25 Days Ago |
| Replies: 12 Views: 629 I have change and write 20.106.50 but its not working.. |
Forum: PHP 25 Days Ago |
| Replies: 12 Views: 629 My mail setup is this and its still producing error.
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
; For Win32 only.
;sendmail_from = me@example.com |
Forum: PHP 25 Days Ago |
| Replies: 12 Views: 629 I am new to email , please help me little in detail.
Thanks in advance...
I found following error
Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting... |
Forum: PHP 25 Days Ago |
| Replies: 12 Views: 629 I feel difficulty.
Please clear me.
If message is "you are welcome"
and I want to send this message daily to these addreses
abc@xyz.com
abc2@xyz.com
abc3@xyz.com |
Forum: PHP 25 Days Ago |
| Replies: 12 Views: 629 There is no need for user to login , he/she want this alerts on his/her email.
if address is abc@xyz.com
then how I will send the output of expire_show.php to above mention email address on daily... |
Forum: PHP 25 Days Ago |
| Replies: 12 Views: 629 please do me favour.
Where i put my code.
i do not need login.
i have address like abc@xyz.com
then what i have to do? |
Forum: PHP 25 Days Ago |
| Replies: 12 Views: 629 Hi, all this is my file expire_show.php
it shows expiry of those agreements which will expire with in 90 days from current date.
Users have to login to their accounts for viewing these expiry... |
Forum: PHP 31 Days Ago |
| Replies: 1 Views: 169 Dear All,
I am developing a Lease Management System and I have Stored LEase agreements in Folder Named LAPO
I used ID for search.
and in LAPO Folder I have created folders name like 9624
inside... |
Forum: PHP Oct 8th, 2009 |
| Replies: 4 Views: 1,045 |
Forum: PHP Oct 7th, 2009 |
| Replies: 4 Views: 1,045 Hi
Please tell me how we can search PDF File , which is stored in folder
like C:\Folder
and then show in
show.php page as dynamic link.
also Upload new PDF File to Folder
Please tell me... |
Forum: PHP Oct 6th, 2009 |
| Replies: 4 Views: 227 I tried but did not found any form in google.
I need logic behind this. I will do coding myself.
Please help me out. |
Forum: PHP Oct 6th, 2009 |
| Replies: 4 Views: 227 HI, I am developing a Inventory Management Databse in PHP/MySQL.
There are 3 fields
1. Item_Code
2. Serial_No
3. Quantity
For Example:
if Item_Code is fan02
and quantity 10
then each item... |
Forum: PHP Oct 6th, 2009 |
| Replies: 3 Views: 616 |
Forum: PHP Oct 5th, 2009 |
| Replies: 3 Views: 616 |
Forum: PHP Oct 5th, 2009 |
| Replies: 3 Views: 616 Dear Sir
I am developing a Lease Information Management System.
This system is related with Land rent Contracts. Every contract have a Begining date and Expiry date.
For example Begingin Date... |
Forum: PHP Oct 5th, 2009 |
| Replies: 3 Views: 616 I am developing a Lease Information Management System.
This system is related with Land rent Contracts. Every contract have a Begining date and Expiry date.
For example Begingin Date is: 01-08-06... |
Forum: PHP Oct 2nd, 2009 |
| Replies: 5 Views: 226 I use this query and now problem is solved. thanks
$r=mysql_query("SELECT * FROM lease_north WHERE (current_date() >= (LAPeriodEnd - INTERVAL 90 DAY)) AND (current_date() <= (LAPeriodEnd - INTERVAL... |
Forum: PHP Oct 2nd, 2009 |
| Replies: 5 Views: 226 it gives zero results. please guide me.... |
Forum: PHP Oct 2nd, 2009 |
| Replies: 3 Views: 751 use this to load image
http://www.daniweb.com/forums/thread227145.html |
Forum: PHP Oct 2nd, 2009 |
| Replies: 1 Views: 388 Its working now for multiple files
sendfile.php
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<!-- The data encoding type, enctype, MUST be specified as below -->
<form... |
Forum: PHP Oct 2nd, 2009 |
| Replies: 11 Views: 510 when I use this code it gives errorWarning: date_format() expects parameter 1 to be DateTime, string given in D:\xampp\htdocs\gims_request_show.php on line 116 |