Search:
Type: Posts; User: haroon373
Search :
Search took 0.01 seconds.
Hello!
I have build a content listing with alternate background color. Like first row show in white background and second is in gray. But the problem is IE7. Content of the div with background...
how can i remove duplicate entries or rows from a table by spcifying a field
like in psudo code
delete from table where topic is duplicate
i know this is not right but i just clarifying
i have a table that has structe like:
id, userid, topicid, taskid
now i want to fetch all fields and record but with unique or distinct topicid
i am trying this:
select distinct(topicid),...
no is there that can help me ??
just me your ideas that is it possible or not
class GroupProvider {
public function GroupProvider()
{}
function b()
{}
}
class DataRepository
{
problem with is that i want to delete my file from my domain
i am owner of the domain
but i can't delete file from my own account :confused:
when i delete file, first it disapear but when i...
time out all the time on this line
ftp_put($conn, $destination, $source, FTP_BINARY);
thank you very much for quick reply
i have these settings in my php.ini
upload_max_filesize: 50MB
post_max_size: 200MB
max_execution_time: 900
max_input_time: 120
memory_limit: 200MB
is...
i have problem using ftp_put
i am trying to upload about 8MB file with this function
but failed
script timed out even i exceed it upto 900sec
any help will be greatly appricated
i dont know more about htaccess
i just know that it manage only one user
it manage multiple users
is there any way to manage users without mysql or any other database.
any help will be greatly appreciated
http://www.ipaddresslocation.org/ip_ranges/get_ranges.php
probably this will help you
call a javascript function that call the php script
fetch all cities regarding selected country id
you have to manage this in database
use striptag after getting source code
this will strip all html and php tags
this is only done with cookies
you don't have write permission on directory
just make possible and change permission to 0777
if you can
upload both your zip file and attached unzip class file
edit the content of the unzip class file with you zip file
scrap this file using url like :
http://yourdomain.com/unzip.php
this will...
<?php
$username = $_POST['username']; // get the username
$username = trim(htmlentities($username)); // strip some crap out of it
$dbins= mysql_connect("localhost", "dbuser", "dbpass"); // databse...
you can use session_time_out functions
how can i get mac address using php code??
hi!
i want to connect to mysql online server through my window application (sqlyog)
remotly.
how can i do this???
can u plz clarify your post:o
i can't understand what u say:confused:
please:)
thnx for reply anyway:)
HI!
we have a method to set the status of the windows
window.status
but i want to check the status of the window and want to perform reload
like
if(window.status=="Stopped" ||...
i am posting wrong param of destination directory
it should be only the path of /public_html/ instead of whole path
so it should be
$destination_file = "/public_html/";