-
Replied To a Post in SQL and PHP connection help
> Hope someone can help me, someone has suggested that i change sql to sqli That person gave you very valuable advice. The original MySQL extension, which you're using, has … -
Replied To a Post in problem with time zone
> hello all i have problem with time zone What is your problem? The code you posted does not hint at the issue. For that matter, code practically never speaks … -
Replied To a Post in Split database/tables across various files
> We have various databases on several offsite locations and we want to do a backup to here. Problem is that database is problably going to weigh GBs of data … -
Replied To a Post in Spritesheet?
> How do you create a spritesheet? You would use a graphics editing application. Adobe Fireworks is popular for this, Photoshop is always a viable option, GIMP would be a … -
Replied To a Post in How to make Money online
> Hey Everyone > > Just wandering what are the best ways that you have used to generate a steady online income so far. Could you give some recommendations and … -
Replied To a Post in Building Websites For Others
> Hello Community, > I'm about to start making a website for someone. So what I'd like to know is does the website creator credit themself, like have my name … -
Replied To a Post in version numbers
Are you referring to how it's 9i (the "i") and 10g (the "g")? If so then it's simply marketing. The letter has no significant importance. -
Replied To a Post in Difference between client-side and server-side in easy words?
> I am about to make website, where explain my skills (if any), kind of portfolio. > I'd like to make two seperate choices in menu, > one for the … -
Replied To a Post in What all IDE's can I use with C#?
> Newbie programmer here. I want to really learn C#. Other than VS what other IDE's are there? Mono is probably the next most popular IDE after Visual Studio. It's … -
Replied To a Post in pen pal
> how can i develop pen pal program through pen pal I understand what a pen pal is, but I have no clue what you're actually referencing. What is a … -
Replied To a Post in how to display a url and get other content ?
> Hi, i working on a profile system, each users has their public profile and its directory is in http://website.com/username but the proble is that my root is gonna get … -
Replied To a Post in computer sciences
> I want to become a great programmer and software devolper. Start now then. Programming is not a career you prepare for strictly through school. I've always said software development … -
Replied To a Post in retrieve data by order
> Greetings, > > I'm having a table that I need to retrieve its data in a specific order based on a column value(s). I need to retrieve first all … -
Replied To a Post in Link the page
> Hi all,how do i link lets say thankyou.html page to my conatct.html page,so the idea is after submiting the page,by pressing the > submit button,the confirmation page should pop … -
Replied To a Post in retrieve a page into another one after selection process
Okay, if I am understanding this correctly: you wish to include a file depending on which sales option has been chosen? Here's a simple demonstration: <?php if ($_SERVER['REQUEST_METHOD'] === 'POST' … -
Replied To a Post in Styling Validation Message
Does *writeMessage()* work correctly (ignoring the lack of style)? Please post that function so that we might work on altering it to facilitate your needs. > My email vaildation is … -
Replied To a Post in List of Hello world program examples
> Wow to Assembly!! Yeah, ASM is rather cryptic to look at. And the simplist of tasks requires more work than you'd think. -
Replied To a Post in How is the weather today in your country?
Hot and humid here in Lima, Peru. I recently moved here (wife is Peruvian) from New Hampshire, USA. Bit of a change, as I'm sure NH was high 40s/early 50s … -
Replied To a Post in sha1 encrypted key now that's causing invalid login
I'm confused on why you're using MySQLi in your insertion script, yet the original *and long-since dropped, but now officially deprecated*, MySQL extension. Using the original MySQL extension is incredibly … -
Replied To a Post in max value and min value for date
If you really need these variables set in JavaScript then you might do the following: var today = new Date(), nextMonth = new Date(); nextMonth.setDate(nextMonth.getDate() + 30); -
Replied To a Post in how to retrieve data from database via search
Where is $GroupCode being defined? The lack of a definition (due to it being indicative of having register_globals turned on) is more worrysome than the rest of the issues in … -
Replied To a Post in Fetch image
> I am beginer of php. > Now only i have learned inserting deleting and implemented in my website now i need to insert image,, > What is your logic … -
Replied To a Post in Php error mysql_num_rows() expects parameter 1 to be resource
`if($results = mysql_num_rows($sql_query)) !== 0) //here!!!!` That line is throwing an error because you have closed both parenthesis, but then continued on to use a conditional operator. It looks to … -
Replied To a Post in Game Designer / Programmer
The outlook for programmers is good. IT as a whole is thriving as far as number of jobs, and those opening up, goes. The career opportunities are rather endless outside …
The End.