Search Results

Showing results 1 to 14 of 14
Search took 0.01 seconds.
Search: Posts Made By: kaykays
Forum: ASP Oct 15th, 2007
Replies: 3
Views: 2,267
Posted By kaykays
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
Posted By kaykays
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
Posted By kaykays
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
Posted By kaykays
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
Posted By kaykays
Check the directory permissions in the folder uploads where the file is to be uploaded?
Forum: PHP Sep 14th, 2007
Replies: 2
Views: 628
Posted By kaykays
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
Posted By kaykays
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
Posted By kaykays
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
Posted By kaykays
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
Posted By kaykays
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
Posted By kaykays
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
Posted By kaykays
You can use the Server.MapPath("/") function to find the full path.
Forum: PHP Sep 11th, 2007
Replies: 3
Views: 732
Posted By kaykays
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
Posted By kaykays
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...
Showing results 1 to 14 of 14

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC