vssp -5 Junior Poster
vssp -5 Junior Poster
<embed> is the right one
yes Good example
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 New Roman;}{\f1\fnil\fcharset0 MS Sans Serif;}}
{\*\generator Riched20 5.40.11.2210;}\viewkind4\uc1\pard\sl360\slmult1\b\f0\fs48 We Have Moved!\fs32
\par
\par \ul\fs36 Our New Address:\ulnone\fs32
\par 124 Greenfield Ave.
\par San Anselmo, CA 94960
\par
\par \ul\fs36 Our New Contact Numbers\ulnone\fs32 :
\par Phone: 415 259-0191
\par Facimile: 415 259-0194
\par email: pba@pbandainc.com
\par
\par Find us on the World Wide Web at:
\par www.pbandainc.com
\par \b0\f1\fs17
\par \pard
\par \pard\fs17
\par }
Thanks For your clarification .
Thanks you so much
bye now
vssp
Hi
Thanks for your reply.
I need just open the given path using php . No need for edit or delete the file.
Please advise.
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 error message Please help me how to fix the issue
Security Error: Content at http://localhost/test.php may not load or link to file:///opt.
Symfony redirects are done with
$action->forward('module', 'action');
OR$action->redirect('<route>');
. I'm not exactly sure what you're trying to accomplish.
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.
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 have one login page ex(www.sample.com) individual user have one login page ex (www.vssp.sample.com).
How to seprate the login for public and user level?
I tried .htacces its not working . Please advice.
This Project have single controller. how to mange t wo category (public,user) .
Advance thanks for your reply.
Thanks
Thanks for your reply
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
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 filed?
Please advise
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 move to linux server.
is it possible ?
then open the outlook mail file using php .
Please clarify
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 ?
Please advise
Yes I have checked and complete the task .Thanks for you.
use error_reporting =0 for each page or set ini file
try this
echo $r="select * from course where course=$course;
phpbb is good choice
Cool .Let em check and let you know any doubt
I need the query for every month , I need the query to get the values every month.
Any Idea
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` int(11) NOT NULL default '0',
`user_id` int(11) NOT NULL default '0',
`instance_category_tasks_master_id` int(11) NOT NULL default '0',
`invoice_id` int(11) NOT NULL default '0',
`hours` double(3,2) NOT NULL default '0.00',
`date` date NOT NULL default '0000-00-00',
`pay_rate` double(5,2) NOT NULL default '0.00',
`bill_rate` double(5,2) NOT NULL default '0.00',
`billable` enum('yes','no') NOT NULL default 'yes',
`created_date` datetime NOT NULL default '0000-00-00 00:00:00',
`created_ipaddress` varchar(15) NOT NULL default '',
`updated_date` date NOT NULL default '0000-00-00',
`updated_ipaddress` varchar(15) NOT NULL default '',
`active` char(3) NOT NULL default '',
`timecard_id` int(11) NOT NULL,
PRIMARY KEY (`id`)
)
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 thanks for your reply.
Why its not possibe.Please clarify
I need the same functionlity
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.
Its not possible
Why its not possibe.Please clarify
I need the same functionlity
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
Try Dolphin open source projcet
it will not take more then 3 hours
dowmload xampp and install your system .
This will solve you r issue , befor u uninstall you php and apache
Download phpbb this the best opensource for php forum
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
ys w3schools is the best fro Beginners
using implode function to get all the values to one single variable separated by comma . then easy to inser the values to table
When login you store the values to SESSION variable. then
try this code
$user_id=$_SESSION;
if(!$user_id)
{
echo "<meta http-equiv=refresh content=0;url=index.php>";
exit;
}
this will help for you
hi friends
Try this syntax
Select * from bOrders b1 , bUsers u1 where b1.userid=u1.userid and u1.email= 'john@abc.com'
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
Using ORDER BY is the best and easy way
Add error_reporting(0) in top of the page
error messages are not listed in front end
W3schools is best for bignner
<input type="checkbox" name="checkbox5" value="Batata Harra Plate $3.00" />
Batata Harra Plate $3.00</label></td>
Right now i have changed text box value , now you receive the chk box value in $-POST , so easy to send the chk box value
I want if use come and click on check boxes.So i will receive email on completion.when submit.
The php code is
hi I am not clear what you want
your question is
When user click the check box, then submit, you receive the mail correct?
I want if use come and click on check boxes.So i will receive email on completion.when submit.
The php code is
hi I am not clear what you want
your question is
When user click the check box then submit you receive the mail correct?
Hi KingTheoden
Could you please expline the issue?
Thanks MitkOK ,
I know htaccess file restriction , But i dont know ip address solution
Thanks
you domain have ftp access , and cpannal access
this will help to upload the files your domain
if you want only install the phpbb no need for coding knowledge . if you want costamize the code your own wesite you need basic knowledge for design