Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
~29.4K People Reached
Favorite Tags

41 Posted Topics

Member Avatar for wavyaquaeyes

Install [URL="http://www.wampserver.com/en/"]wamp [/URL]server and then try it. WAMP is really easy to use.

Member Avatar for dineshnbhatia
1
20K
Member Avatar for desiguru

Is there anyway I can type wget command into a php and that will download file directly from another server to my own server?

Member Avatar for ctsjoe
0
1K
Member Avatar for sara10mor
Member Avatar for desiguru

I have this line added to my .htaccess which is suppose to make all .png files cacheable until end of the month. [CODE] <FilesMatch "\.(ico|flv|jpe?g|png|gif|js|css|swf)$"> ExpiresActive On ExpiresDefault "access plus 1 month" </FilesMatch> [/CODE] But when I run Google PageSpeed it still says that those images are not cacheable. What …

0
142
Member Avatar for desiguru

I want to launch this after 5 seconds once page gets loaded. How can I do this? [CODE]<script type="text/javascript"><!-- window.onload = function() { document.location.href = 'http://www.google.com';} // --></script> [/CODE]

Member Avatar for harrierdh
0
78
Member Avatar for desiguru

I have a database in which my parent_id same for many rows. So I wanted to write a code which groups all similar images in a paragraph. How can I do this.

Member Avatar for almostbob
0
90
Member Avatar for desiguru
Member Avatar for desiguru

I have a file called file.dat and have to write a program called sdev.c which adds up all of the numbers in file.dat from each line. (Assuming that one number is per line) which has to open like this $ ./sdev < file.dat Now I can do all of the …

Member Avatar for Ancient Dragon
0
75
Member Avatar for slash49er
Member Avatar for desiguru

I have a database with about 150 tables in it. Now I wanted to copy all of the tables with something like [COLOR="red"]tablename[/COLOR]_copy at the end of each table. Also the data that will go in each of the table will be the same.

Member Avatar for Member #46692
0
70
Member Avatar for yagyeshsharma

Yes this can be done using a software called NetLimiter [url]http://www.netlimiter.com/[/url] Take a look at this screen shot [url]http://www.netlimiter.com/img/scrshots/nl2shot_limit.png[/url]

Member Avatar for designbooks
0
113
Member Avatar for geggiot
Member Avatar for nothinboutcompu

Well one thing you can do is use something like Hiren's BootCD to wipe out the Hard drive and then Use just a regular Windows XP or vista cd to boot from.

Member Avatar for benabiemo
0
140
Member Avatar for Member #509875
Member Avatar for desiguru

I have four to five different Databases and each one has its own forms. I want to make an HTML page which has Four buttons and when you click on any one of the button it takes you to the Appropriate form. How do I do this? Also is there …

0
85
Member Avatar for desiguru

In my mysql table there are following values: ID (unique)(Auto incre.) INI URL Name DeprSize Dept. Location Knownsince MeetingNotes The php queries are 1) SELECT * FROM `dep1` WHERE `INI` 2) SELECT * FROM `dep1` ORDER BY `dep1` .`Name` DESC And the sql indexes are: ---------------------------------------------------------------------------- Keyname Type Cardinality Field …

Member Avatar for pritaeas
0
111
Member Avatar for desiguru
Member Avatar for desiguru

I have a column "ID" in a table, and I need to move that to another table in the same database. How do I do this?

Member Avatar for nav33n
0
271
Member Avatar for desiguru

I want to create a user feedback form something like this: When a user clicks on a link like: Send Feedback The box size 200 X 200 would open right under it where users can provide feedback and in that box when one clicks submit the same box displays like …

Member Avatar for samarudge
0
98
Member Avatar for desiguru

So I have a sql query [code] SELECT * FROM `database` ORDER BY `database`.`Name` DESC [/code] Is there anyway to index this so it uses a lot less Handler_read_rnd_next

0
66
Member Avatar for desiguru

In my mysql data is something like this Name 1.0 Name 6.0 Name 5.2 Name 4.8 Name 10.00.258 now when I short that column it shows up like Name 6.0 Name 5.2 Name 4.8 Name 1.0 Name 10.00.258 I want that 10 to be on top Is there any way …

Member Avatar for desiguru
0
115
Member Avatar for desiguru

For some reason when i was creating my database I messed up in inserting data into mysql and now all dates are in yyyy-mm-dd format so when the data are displayed it seems like (2007-06-26) How do i change that to (mm-dd-yyyy) in php for users to understand it better. …

Member Avatar for buddylee17
0
235
Member Avatar for desiguru

How do i escape a string that includes a lot of ' and " Here is my sql inser query's some part [code] VALUES ('','$_POST[FileID]','$_POST[FileAddress]','$_POST[Name]','$_POST[Requirements]','$_POST[DateAdded]','$_POST[Size]','$_POST[Changes]')"; [/code]

Member Avatar for buddylee17
0
100
Member Avatar for desiguru

I have a table that is something like this: (table name: sites) ID----FileName-----FileAddress----About 1----website1-------google.com----Seach engine How can I make a code in such a way that it can be like: Display all of the FileName in an alphabetical order on file.php that links to their further information page. i.e FileName=[COLOR="red"]website1 …

Member Avatar for =IceBurn=
0
342
Member Avatar for desiguru

I accidently inserted a lot of my data wrong in mysql. Its something like this 32-Bit versions • Windows Vista • Windows XP • Windows Me • Windows 2000 • Windows 98 • Windows NT 4.0 • Windows 95 • Windows NT 3.5 64-Bit Versions • Windows Vista x64 • …

Member Avatar for desiguru
0
88
Member Avatar for desiguru

Whats this picture of? Is it wireless symbol or a a card reader? [url]http://www.mediafire.com/?dojicn5ycm3[/url]

Member Avatar for sgamble
0
150
Member Avatar for desiguru

Is there anyway you can generate a random url for users to download files located in my sub-domain? for instance if my sub domain file location is web.domain.tld/diffrentfoldername/ then would i be able to change that differentfoldername to a random string and then have visitors download a file from there?

0
91
Member Avatar for desiguru

I have a database called "App" and a table called appinfo. I am able to connect to the database. It has only two entries since I am just trying to learn how to use php and sql together. The first column in the appinfo table is called [B]ID[/B] followed by …

Member Avatar for desiguru
0
1K
Member Avatar for desiguru

First of all this is a crazy thing I have just done.. so please sit back and read the whole post.............. Today I finished my math final and decided to learn a new programming language..... MYSQL. So I was able make my way to [url]http://www.freewebmasterhelp.com/tutorials/phpmysql[/url] using Google I followed most …

Member Avatar for SheSaidImaPregy
0
2K
Member Avatar for desiguru

When you guys notice some unusual web spider on your site what is the key information you look for in that spider?

0
38
Member Avatar for desiguru

Can someone please help me out here. My server (Apache specially) has been acting wiered whole day. [CODE][Sun Jul 1 11:01:33 2007] [notice] Apache/1.3.37 (Unix) PHP/4.4.4 FrontPage/5.0.2.2510 mod_ssl/2.8.28 OpenSSL/0.9.7a configured -- resuming normal operations [Sun Jul 1 11:01:33 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/local/apache/bin/suexec) [Sun Jul 1 11:01:33 2007] …

0
99
Member Avatar for desiguru

I am looking for a PHP news system. I guess it will be more like any other news paper site online. I am looking for an open source or paid version. Does anyone know such thing?

Member Avatar for cpickering
0
81
Member Avatar for desiguru

I cant find a good solution for my fist java script class. Can someone help me here. The result is not showing up here. [code=javascript] <script language = "JavaScript"> document.write('<center><h3>-- Myname 23 -- ') myDate = new Date (); document.write(myDate.toLocaleString()); document.write('</h3></center><hr>'); </script> <script language = "JavaScript"> // Add, subtract, multiply, …

Member Avatar for MidiMagic
0
103
Member Avatar for desiguru

I know this is pretty dumb question but I just wanted to ask because I am not sure if I can figure it out by myself. :( So here is the deal. I have a mysql database called "appinfo" there there is a table called "appdis" Now in that table …

Member Avatar for stupidenator
0
101
Member Avatar for desiguru

I am trying to build a website that will provide visitors an option to view almost all of the pages in multiple language. Is there any PHP CMS that will allow me to do that?

Member Avatar for julian2003
0
96
Member Avatar for crazynp

Do you have access to SSH client? If you do then you can run command $: unzip [I]filename [/I]That should unzip it and then you can read the contents of the file.

Member Avatar for Member #117553
-1
100
Member Avatar for steven01
Member Avatar for desiguru

In my database, I have two tables: Forum and Files Files have two fields. First one is [B]FileID[/B] and second one is [B]FileAddress[/B]. [B]FileId [/B]field is fine. but in [B]FileAddress [/B]field I have a lot of urls. I want to just change certain parts of url. For example, instead of …

Member Avatar for MCP
0
208
Member Avatar for desiguru

I fond some tutorial that can search one field of the table in a database,. But I would like to search the whole table.. In my table I have people's name by first name, last name, phone number etc... how can I display the whole thing as a result? For …

Member Avatar for desiguru
0
169
Member Avatar for desiguru

I have made a .dwt file. But I do not know how I can make different html files from it. Basically I have three editable regions in the dwt file. and I want to use that file to make my index.htm file. Can someone show me how to do something …

Member Avatar for FC Jamison
0
111
Member Avatar for desiguru

I have created this nice template for my site, but I need to know how to apply it into any web page. I'm using dreamweaver.

Member Avatar for FC Jamison
0
91

The End.