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
Member Avatar for wavyaquaeyes

HELP- I need to view my php files in the browser. I am running Apache server. I know only this much to put in the browser [URL]http://localhost/[/URL] /filename.php thanks

Member Avatar for dineshnbhatia
1
19K
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

When loading my web page I'm getting this error "stack overflow at line 0" What can be the reason for that? Is it related to the images I'm using in my site? Thanks S.M

Member Avatar for 99MichaelB99
0
234
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
120
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
73
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
79
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
65
Member Avatar for slash49er

I have a linksys wrt5g v8 router that has been experiencing intermitting disconnecting of the wireless laptop. I went to Linksys website and downloaded firmware update and followed directions to the letter. The upgrade never did say it was completed as the website told me it should. Now when I …

Member Avatar for hughv
0
219
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 iamthwee
0
64
Member Avatar for yagyeshsharma

Hi Everyone, I want to know on how to limit the web download size for every 'user' or 'group of users', where the download size is the sum of all internet activities like web browsing, E-mail using Outlook, Messenger, FTP downloads and uploads, etc., etc. I appreciate if you could …

Member Avatar for designbooks
0
109
Member Avatar for geggiot

hi all, i have an image footer that, with a screenresolution at 800x600 or 1024x768, it's centered with al content but at high screen resolution 1280x1024 it isn't centered. style.css is [CODE]#footer { background-image:url(images/footer-goingtoo.png); background-position:center top; background-repeat:no-repeat; height:153px;[/CODE] and grid.css is [CODE] .footer {width:1000px;} .column {float:left;} [/CODE] here can see …

Member Avatar for Bogo
0
115
Member Avatar for nothinboutcompu

I have an Acer Aspire 5610Z-2762 and it desprately needs to be wipped out and rebooted. I have the recovery discs from Acer, however I am trying to follow the directions from them, but it seems to not be working. Is there a simple way to wipe out and reboot …

Member Avatar for benabiemo
0
133
Member Avatar for mmazm

I'm running Wins XP with SP 3 on a 64 bit AMD machine. Out of the blue the desktop icons will not stay put (but do not disappear). At the same time I noticed this was occurring, the Quick Launch bar stopped appearing at start up requiring me to open …

Member Avatar for mmazm
0
116
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
81
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
104
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
227
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
82
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
64
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
104
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
218
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
88
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
232
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
81
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
140
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
67
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
35