- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 4
- Posts with Upvotes
- 4
- Upvoting Members
- 3
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
testing
52 Posted Topics
Re: 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. | |
Re: 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 … | |
Re: cscgal: how is it possible to reduce something "by as much as 500 to 1000%"? | |
Re: 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. | |
Re: 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 … | |
Re: 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 … | |
Re: Another free loader. Hard Work. There is no silver bullet otherwise everyone would be rich! | |
Re: 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 … | |
Re: If you've got the skills then you'll get a job eventually. Keep trying, be dilligent, and don't give up. Good luck. | |
Re: Closing the connection shouldn't matter, but yes, you will need an actual query, rather than just initialising the sql statement. | |
Re: I have no idea what you're asking, sorry. | |
Re: 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 … | |
Re: Try replacing 'database name' with the name of the database. | |
Re: [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. | |
Re: What's the script that is causing this error? More details, please! | |
Re: What exactly do you want to know? Start here: [url]www.php.net[/url] | |
Re: If you know what ethernet card it is, then chances are you'll be able to download a Win98 driver from the interwebnet | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: The help pages for those respective applications will have details of where to start, and probably tutorials on installation, too. | |
Re: [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? | |
Re: 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 … | |
Re: [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 … | |
Re: [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 … | |
Re: [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... | |
Re: 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! | |
Re: [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 … | |
Re: [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] | |
Re: Money....? Sounds good. I'll write this for you if you want to become my client. Looking forward to working with you! | |
Re: 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. | |
Re: 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. | |
Re: [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 … | |
Re: 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 … | |
Re: That would work, if implemented properly. Give it a shot: [url]http://www.google.com/search?hl=en&q=mysql+tutorials&meta=[/url] | |
Re: 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? | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: try this: $newphrase = str_replace('\', '/', $phrase); | |
Re: Pop-ups are generally hated by everyone, even if it is just to say thank you. Just a warning. | |
Re: [url]http://uk2.php.net/manual/en/security.magicquotes.php[/url] Magic. | |
Re: 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 … | |
Re: (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, … | |
Re: 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? |
The End.