
hno
Members-
Posts
255 -
Joined
-
Last visited
Everything posted by hno
-
HI Thanks for your replies I think You get wrong my request. I have a site that name is :www.wxample.com Now I want example.example2.com display the content of www.example.com.How can I do that without curls? alexdw suggestion doesn't work for me and kfredje suggestion ,could you explain it more plese Thanks all
-
HI How can read a web site content without using curl and displaying all content of a site in my page? Thanks
-
HI I need a feed reader that I give the feed address to it and then it retrieve the feeds from that address and display the data on my web page. What do you suggest to do? thanks
-
HI I want when the user press enter key the \r\n sore in database.I know when the query execute \r\n exist in the query but when I see the store information it doesn't exist . My table type is text . How should I store \r\n in database? thanks
-
HI I want when the user press enter key the \r\n sore in database.I know when the query execute \r\n exist in the query but when I see the store information it doesn't exist . My table type is text . How should I store \r\n in database? thanks
-
Hi I have submitted my site for 1 month but i search my domain name in google like www.example.com , it didn't show it . I'm using joomla and I submitted my site in google manually . Why my site doesn't submit in search engines ? TNX
-
HI I have a marketing web site that get advertises from user and store the data in the database.I heard if the data store in files for example in html files the page ranking will goes up Because my index page shows the link of advertises and when the user click on it the data retrieve from the database and and make a page but not a store page.Is it make differences if the pages sores in host or make by the database? thanks
-
HI I have a account in byethost.net and I want to upload some files using the CURL and FTP.The FTP address is:"ftp.byethost18.com" but I don't know what should I assign in the CURLOPT_URL for logging in to my account and upload some files to there.How shuld I give my ftp's username and password ? thanks
-
HI I want to learn designing web pages with flash and actionscript. DO you know any good book for this ? TNX
-
HI I 'm a new programmer of socket and does't know anything about it.I need a complete tutorial about it from the beginning.If anybody has a good resource introduce it to me. thanks
-
hi I have a form and a hidden field which name is "submit" .If the form submitted the value of it become true and the script understand the form has submitted.Now after the form has submitted if the user refresh the page the script still think the form has submitted.Is it possible to unset the $_POST['submit'] after the process is finished? I user unset ($_POST['submit'] ) but itsn't work and the value is still exist. How can unset that? thanks
-
But I can't find that on my host. What is the name of that in the hosts?
-
HI How can user php for opening a web site and read data from a table or a form or other element on that site?for example php open a site and retrieve information in the "help" table or div. thanks
-
HI Is it possible to execute a page daily automatically by the server without opening that page by the user? It's like a task scheduler that execute a php page daily. Thanks
-
HI It's the first time i'm using curl .I write the code "url_init" function but the apache gives me this error: Call to undefined function curl_init() ".How should use them and what is my problem? thanks
-
hi Is it possible to make a chat server with using socket?If so ,How can do that? thanks
-
HI How can find information about the ip of the user that log in to the site for example the country,city,status and ... ? thanks
-
HI I have a form and there are some inputs in that and a hidden input is in there and the name of it is "submit" and has the value "true" .I want when the form submitted and the values of the form checked $_post['submit'] become empty and doesn't have any value.How can I do that? thanks
-
HI I have a site on my localhost and today i went to one of the my table and it gives me this error: #1194 - Table 'd_image' is marked as crashed and should be repaired What is the reason of that error?By the way I can't see repair in the operation tab. I use phpMyAdmin 3.1.3.1 thanks
-
HI Is there any difference in security if i put connection file in the roor or in the htdocs? I heard if i put it in the htdocs the security comes down and because of that i put it in the root but when i require the connection file in pages in the htdocs it seem that it doesn't get the data from it by the way this problem in in the host not in local.\ what is my problem? thanks
-
HI I want to send mails with smtp of gmail.What should i write in php? thanks
-
HI How can split a string into words and store it in a array.For example in the following string ,how can separate words and store them in a array?"aaa bbb ccc" thanks
-
thanks but the url in the browser is this:"http://localhost/bazareiran/index.php?option=com_jumi&fileid=6&Itemid=7"and when i use $_SERVER['PHP_SELF'] it just prints:"/bazareiran/index.php" but i want all of the content after index.php.How should i do that?
-
HI I want to get the current open page url and for that reason i use $_SERVER['php_self'] but it doesn't return anything.What is the problem and is there any other method for doing that? thanks
-
HI I wrote this query:"DELETE FROM 'shop'.'comment' WHERE 'comment'.'id'=1 limit 1" and run it with php and mysqli_affected_rows shoes me that the query was successfully run but when I opened phpmyadmin it was still exist and didn't delete from there Why it's not delete ? thanks