Hi,
We are developing web pages using PHP and i am having performance in one particular URL i had also verified the query and it is not because of query
and we are using one third party tool for designing Menus and ofcourse i am using the same for all other URLs but i am not getting any issues
Note : we are using Unix platform for php code
Thanks in advance
sivashanmugam
User Profile
Collapse
-
Performance Issue in URL
-
Hi,
if the table anv and bpo has any matching columns with anv then full outer join and insert into mybpo
or else u can insert like this
insert into mybpo ( columnname)
select bpo from anv
and
insert into mybpo ( columnname)
select usr from bpo -
Hi,
What is the error your getting
with Regards
sivashanmugamLeave a comment:
-
-
Problem While doing Sftp
Hi Friends,
I tried to send some zips from local to remote location but the transfer is not sucess i can transfer the zips partially can some one assist me how to make it
as sucess
i had used the below code
...Code:#!/bin/sh /usr/local/bin/expect <<EOF spawn sftp [I]USERNAME[/I]@[I]IPADDRESS[/I] expect "password:" send "Tgsf324a \r" expect "sftp>
Last edited by numberwhun; Feb 24 '09, 01:13 PM. Reason: Please use code tags. Account information removed for your protection.
No activity results to display
Show More
Leave a comment: