No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
13 Posted Topics
Is Table B also indexed on the Field ID?
As ShawnCplus said, it is useful to know the basic commands. If you want to run a php script as cron, use this command to set it up in your cpanel cron: wget -q --delete-after script-name where script-name is the full url of the script (complete with http)
In India, most of the IT outsourcing companies are located in the major Metros. Due to increasing demand of workers, salaries here have been rising every year. Employee attrition is another problem facing many companies. But over 90 % of Indians live outside the major metros. This is a vast …
In ASP, you would send output to browser this way: <% response.write("Hello World!") %> I suggest a quick run-through ASP tutorial at [url]http://www.w3schools.com/asp/[/url]
When taking a backup in phpmyadmin, select the "gzipped compression" mode. You will then be asked for a filename to save. gzip format will result in smaller files for backup and restore.
I think you have three options and not two: 1) Create a Folder 2) Create a Sub-domain 3) Create a new domain You have to ask yourself, do you want to create a new brand? or consolidate the existing brand? Do you want to spread your risks? IMHO, pagerank does …
There should be a space between case and 1 and add a newline after the semi-colon as suggested by JeniF .i.e [INLINECODE]case 1: echo 'File exceeded upload_max_filesize'; break;[/INLINECODE] Also check the type returned by $_FILES['userfile']['error'] and use 1 or '1' accordingly.
Are you trying to find count against each topic or each forum. If agianst each forum, then perhaps your query should be: [CODE]SELECT forum_id, count(*) FROM topics LEFT JOIN forums ON (topics.topic_forum = forums.forum_id) GROUP BY forum_id[/CODE]
You could try the following: 1) Clear the cache in your browser, and change the settings for Temporary pages to "Every visit to the page". 2) Check that you uploaded to public_html folder? 3) Temporarily delete the files and see if you get a 404 error.
If you search in Google for [B]php mysql pagination[/B], you will find some excellent tutorials on this subject.
There are 2 ways you can explore: 1) You can set cookie values in Javascript and get the cookie values in PHP. 2) Call the php file with GET parameters set by Javascript.
Can you be more specific what you mean by [B]website that is in my own country[/B]? 1) Do you mean a web-site with TLD of your country? 2) Do you mean the server located in your country? 3) Do mean a web-site dealing with subject of your country?
You can use the Server.MapPath("/") function to find the full path.
The End.
kaykays