Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
1 Endorsement
Ranked #858
Ranked #3K
~19.3K People Reached
About Me

testing

Favorite Tags

52 Posted Topics

Member Avatar for nathanpacker

Mission critical or not, it's actually possible to delete your entire database with one carefully formed query. Unless you want to lose all your hard work it might be an idea to read up, as Devdan mentioned. It's not a big job, at all.

Member Avatar for deceptikon
0
2K
Member Avatar for egoleo

I'm only new here, but it seems that a lot of the posts in the forum are from people who say things like: "[I]I want to learn how to do ray tracing in cobol on a palm pilot; I don't know anything about programming yet, and clearly I'm not able …

Member Avatar for rubberman
0
759
Member Avatar for gnomix

cscgal: how is it possible to reduce something "by as much as 500 to 1000%"?

Member Avatar for jakubmisek
0
922
Member Avatar for vikramchopda
Member Avatar for Silver Snail

You can pay someone to do all this for you. There are plenty of companies out there that will manage your mailing list (including subscriptions and unsubscriptions). Might be easier than trying to do all that yourself, especially if you don't know what is required.

Member Avatar for InsightsDigital
0
168
Member Avatar for happygeek

This type of sneaky change is a fairly common thing. I've noticed loads of software asking me to download Yahoo! toolbar for a while now. Google are also getting in on the act (and I believe there desktop software can impose a serious security risk); I believe they had their …

Member Avatar for selfhelpebooks
0
182
Member Avatar for indianscorpion2

Good advice by Dani. One thing I would note, though, is that forums are notoriously difficult to monetise. After all, people are there to join the discussion, not to buy things. It's the buyers that you need to be targetting with PPC ads. If you're getting a lot of impressions …

Member Avatar for 2bu
0
1K
Member Avatar for webdesigners123

Another free loader. Hard Work. There is no silver bullet otherwise everyone would be rich!

Member Avatar for einfoway
0
148
Member Avatar for verano

Read around this forum. Lots of people have similar problems. After that, search the web - there is a lot of information about site promotion there. After that, work out what your competition is doing, and see if that can be applied to your situation. After that, wel, you'll know …

Member Avatar for seo_expert
0
88
Member Avatar for BMP1980

If you've got the skills then you'll get a job eventually. Keep trying, be dilligent, and don't give up. Good luck.

Member Avatar for cressy
0
117
Member Avatar for pbrookee

Closing the connection shouldn't matter, but yes, you will need an actual query, rather than just initialising the sql statement.

Member Avatar for ProgrammersTalk
0
131
Member Avatar for krthk_sg
Member Avatar for vinubhai

I could be wrong, but... [QUOTE=natia;387981]On mine it will be not bad if you will announce at different forums a string of the site;[/QUOTE] Means: "Post on forums and include a link to your site". Though it should be noted that spamming isn't going to get you anywhere fast (unless …

Member Avatar for GiorgosK
0
82
Member Avatar for lzmiy
Member Avatar for Dsiembab

[QUOTE=Dsiembab;386324]Could I just open my php files in firefox browser?[/QUOTE] Yes, if you download and install one of the WAMP packages that were outlined above. Check them out.

Member Avatar for Dsiembab
0
180
Member Avatar for bubai
Member Avatar for leelee
0
57
Member Avatar for Soleybancing
Member Avatar for leelee
0
62
Member Avatar for rp3

If you know what ethernet card it is, then chances are you'll be able to download a Win98 driver from the interwebnet

Member Avatar for Chaky
0
104
Member Avatar for kuldeep15280

I doubt your hard disk is going to be the limiting factor; disk space is so cheap as to be not really worth worrying about. Instead, worry about your memory, processor speed, database optimisation and ethernet connection. Anyway, as Danu says, start small - why not just build the thing …

Member Avatar for jbennet
0
73
Member Avatar for dss

Are you setting up as a sole-propietor (in which case it's literally a case of filling out a couple of forms), or are you hoping to incorporate as a private company? Companies house and Business Link have websites that are really, really helpful. If you do some research on these …

Member Avatar for leelee
0
57
Member Avatar for nizam147

1) There's No Need To Write All In Title Caps 2) Do some learning on your own - easy enough to do if you put some effort in - this shows that you've got the initiative to try something new. Although you may not have industry experience in the new …

Member Avatar for leelee
0
42
Member Avatar for Neel Jonson

If someone finds a niche, chances are they're going to save it for themselves. There is no silver bullet, and I see so many people in forums like this seeking one. The only sure answer is working hard, and working clever. If you find something along the way that can …

Member Avatar for leelee
0
109
Member Avatar for ayk-retail

Pascal is an excellent language for people to begin programming with. Its simple and obvious syntax mean that students can concentrate on the algorithms and control of a program without getting bogged down in working out how to deal with a pointer overrunning the end of an array. It was …

Member Avatar for Lord Soth
0
271
Member Avatar for danielksy

The help pages for those respective applications will have details of where to start, and probably tutorials on installation, too.

Member Avatar for Puckdropper
0
161
Member Avatar for studiortaboy

[QUOTE=studiortaboy]When ever I go to my site it says 'PHP-NUKE, and then the MySQL error' [/QUOTE] What exactly is the error message? Could you cut and paste it?

Member Avatar for studiortaboy
0
142
Member Avatar for aarya

The function that outputs the array in the example you've given is: [code]print_r ($typos);[/code] There are a number of ways to output in the manner in which you require, and most will use a loop of some kind. As a starter for 10, try outputting with a [I]foreach[/I] statement: [code]foreach($typos …

Member Avatar for aarya
0
167
Member Avatar for Brims

[QUOTE=Brims]I wanted to know as ive got my scripts uploading mp3 tracks on a file server I want a page with a template where the track images can be stored with track name, and track number of streams and dwnloads at the moment its just a page with the text …

Member Avatar for leelee
0
76
Member Avatar for StrikeFreedom

[QUOTE=StrikeFreedom]I'm trying to make a script to return the next 5 days for example today is 2006-04-24 and it would create variables with the values of 2006-04-25, 2006-04-26, 2006-04-27, 2006-04-28, 2006-04-29. I thought and using getdate function and add +1~5 to day value but I realized it would bug after …

Member Avatar for leelee
0
163
Member Avatar for Brims

[QUOTE=Frki]1. u can store only links of mp3 files to database instead of storeing files into database. [/QUOTE] This is not true. You can most definitely store mp3 files in a database. That is not to say, of course, that it's a good idea...

Member Avatar for leelee
0
98
Member Avatar for static
Member Avatar for rafcio

You'll need to do some analysis of the surrounding area. Very simply put, you'll need to look for a dark bit surrounded by white bits surrounded by dark bits. Of course, getting this kind of analysis right is far from trivial. Good luck!

Member Avatar for leelee
0
60
Member Avatar for Barabus

[QUOTE=Barabus] Eventually I discovered that PHP apparently does not support MySQL. To me that's amazing. [/QUOTE] It is amazing. It's also [B]not[/B] the case. Mysql support isn't included by default in PHP5, but it most certainly does support it. Take a look at the [URL=http://uk2.php.net/manual/en/ref.mysql.php]the PHP mySQL reference[/URL] where it …

Member Avatar for martinkorner
0
365
Member Avatar for Khishin

[proviso]I've not properly looked through your code.[/proviso] It could be the entire script, or it might not be getting a response that it was expecting when, for example, you're trying to access the cookie. This might help you with debugging: [url]http://uk.php.net/function.set_time_limit[/url]

Member Avatar for pc2forum
0
408
Member Avatar for hatch101

Money....? Sounds good. I'll write this for you if you want to become my client. Looking forward to working with you!

Member Avatar for Phaelax
0
1K
Member Avatar for samaru

Hi all, I'm from the UK. Running a software consultancy: [url]www.perfectcoding.com[/url] Looking forward to interacting with some of you soon.

Member Avatar for Dani
3
6K
Member Avatar for hbmarar

When you're processing the form on the next page, you could just have some simple assignments like $email = $_GET['email']; $user = $_GET['email']. That would achieve the desired results.

Member Avatar for leelee
0
103
Member Avatar for trafficman

[QUOTE=trafficman]Hi, What do you think about those keywords density online tools ? At first view that would lead the webmasters to use keywords stuffing into their website :([/QUOTE] Agreed. There's a lot of keyword stuffing around; unfortunately, it seems to do well in the serps. The key to writing content …

Member Avatar for extofer
0
170
Member Avatar for mrsmole

Do you know how to code in Pascal at all? Have you made an attempt any this code yet? What are your thoughts on how you might begin to tackle this? (hint: think about the thought processes you'd go through if you were calculating this in your head; write them …

Member Avatar for mrsmole
0
303
Member Avatar for sam1

That would work, if implemented properly. Give it a shot: [url]http://www.google.com/search?hl=en&q=mysql+tutorials&meta=[/url]

Member Avatar for leelee
0
268
Member Avatar for mostafa gaber

Honestly, how do you get to the second year of any CS course and not know what "Big O" and "Algorithm time complexity" are? In addition, how did you get that far without realising that searching Google for such answers may reveal divine knowledge?

Member Avatar for leelee
0
243
Member Avatar for Tarek

Tarek: have you done a course on this subject? Did you go to classes? Did you get any notes? Have you tried a search for "time and space complexities"? Have you thought about this question? Have you asked yourself why you are studying if you can't be bothered to do …

Member Avatar for Rashakil Fol
0
143
Member Avatar for chris_anthony23
Member Avatar for nwitty

It depends where you are, it depends what you're working on, and it depends who your client is. As an example, I'm in the UK, and having to pay a mortgage and eat and things means I can't compete with the $100-$150 rates for a 1 week project. My clients …

Member Avatar for zippee
0
206
Member Avatar for Gotcha

Gotcha: your post sounds [I]exactly[/I] like a homework question. What a coincidence! There are plenty of articles on the 'net describing big-O; a simple search will uncover them. Read some, think about your problem, then answer it. You'll be amazed at how satisfying it will be. And, as an added …

Member Avatar for Rashakil Fol
0
128
Member Avatar for paradox814
Member Avatar for martinkorner

Pop-ups are generally hated by everyone, even if it is just to say thank you. Just a warning.

Member Avatar for martinkorner
0
149
Member Avatar for nike123
Member Avatar for leelee
0
152
Member Avatar for piy_123

Your post doesn't offer a great deal in the way of guidance. You can't expect anyone to answer unless they at least have some idea of what it is you're trying to do, what your problems are, and some basic sense of how you want to go about it. The …

Member Avatar for freesoft_2000
0
90
Member Avatar for ashneet

(i) If you're familiar with Java, the the Apache POI project allows you to easily read and write Office documents. If you can stick to just java, then I'd use this. (ii) You can integrate java with your php code. (iii) combining (i) and (ii), with a lot of work, …

Member Avatar for leelee
0
333
Member Avatar for rkahn144

from the php manual: [I]mail ( string to, string subject, string message [, string additional_headers [, string additional_parameters]] )[/I] Just a starter for 10: why have you set up all your $cust_* parameters then not used them?

Member Avatar for leelee
0
313

The End.