Forum: ASP Oct 15th, 2007 |
| Replies: 3 Views: 2,267 In ASP, you would send output to browser this way:
<%
response.write("Hello World!")
%>
I suggest a quick run-through ASP tutorial at
http://www.w3schools.com/asp/ |
Forum: MySQL Oct 10th, 2007 |
| Replies: 4 Views: 2,259 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. |
Forum: IT Professionals' Lounge Oct 2nd, 2007 |
| Replies: 11 Views: 4,747 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... |
Forum: PHP Sep 26th, 2007 |
| Replies: 3 Views: 3,019 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
... |
Forum: PHP Sep 14th, 2007 |
| Replies: 6 Views: 3,016 Check the directory permissions in the folder uploads where the file is to be uploaded? |
Forum: PHP Sep 14th, 2007 |
| Replies: 2 Views: 628 Are you trying to find count against each topic or each forum.
If agianst each forum, then perhaps your query should be:
SELECT
forum_id,
count(*)
FROM
topics
LEFT JOIN forums |
Forum: PHP Sep 13th, 2007 |
| Replies: 6 Views: 3,016 There should be a space between case and 1 and add a newline after the semi-colon
as suggested by JeniF
.i.e
case 1:
echo 'File exceeded upload_max_filesize';
break;
Also check the type... |
Forum: PHP Sep 13th, 2007 |
| Replies: 1 Views: 683 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?
... |
Forum: PHP Sep 12th, 2007 |
| Replies: 2 Views: 930 If you search in Google for php mysql pagination, you will find some excellent tutorials on this subject. |
Forum: PHP Sep 11th, 2007 |
| Replies: 2 Views: 1,171 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. |
Forum: PHP Sep 11th, 2007 |
| Replies: 3 Views: 732 You will have to craete this list yourself.
You can search in Yahoo site:.zm and add a common word such as the, you will get a list of all .zm domains indexed in yahoo. Something to start with. |
Forum: ASP Sep 11th, 2007 |
| Replies: 1 Views: 2,135 You can use the Server.MapPath("/") function to find the full path. |
Forum: PHP Sep 11th, 2007 |
| Replies: 3 Views: 732 Can you be more specific what you mean by website that is in my own country?
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... |
Forum: Search Engine Optimization Sep 11th, 2007 |
| Replies: 2 Views: 1,520 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... |