Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+7
Strength to Decrease Rep
-1
91% Quality Score
Upvotes Received
32
Posts with Upvotes
31
Upvoting Members
21
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
3
10 Commented Posts
3 Endorsements
Ranked #496
Ranked #334
~68.5K People Reached
About Me

FlashCreations (aka PhpMyCoder) is a freelance PHP programmer and website designer mainly focused on Web 2.0 startups and interactive online tools. He also writes tutorials and articles about the web, programming, and design on his blog.

Interests
Programming Baseball Basketball
PC Specs
Dell E1705 with 2GB DDR2 Intel Core Duo Running Windows Vista Home Premium SP1
Favorite Tags
Member Avatar for mrcniceguy

Is there anyone with the knowledge on how to Show online users with php?? i have seen in many sites,now i need someone who can explain to do it. (if there are users who are online to be displayed) Please explain how to get started))))

Member Avatar for ashkan_3
0
9K
Member Avatar for digital-ether

Here is a PHP class written for PHP4 and PHP5 that will validate email addresses by querying the SMTP (Simple Mail Transfer Protocol) server. This is meant to complement validation of the syntax of the email address, which should be used before validating the email via SMTP, which is more …

Member Avatar for lps
0
4K
Member Avatar for FlashCreations

Here's how this one works. I'll start by posting one line of PHP script. The next person to post will add another line and copy the script into their post. You will simply add a line of PHP code to the script everyone wrote above you. Also don't forget to …

Member Avatar for erikqs
0
301
Member Avatar for monsterpot

Apologies first if this is covered elsewhere - I searched but could not find. I am looking for a way to search the web for the presence of a JavaScript code snippet within the HTML <body> of a web page. I would specify the code snippet and send the bot …

Member Avatar for aqeel.mmd
0
936
Member Avatar for javadano

I have successfully converted my .tiff file to a text file. This was a major step. My issue now that i am facing is "capturing" pertinent data. I am attempting to do this by running a JavaScript to create an HTML file from the .txt file. I am having trouble …

Member Avatar for azzhey
0
2K
Member Avatar for sirin_ibin

why curl function in php doesnt work for some sites like dir.yahoo.com? [code]function getThePage($page_url) { $options = array( CURLOPT_RETURNTRANSFER => true, // return web page CURLOPT_HEADER => false, // don't return headers CURLOPT_FOLLOWLOCATION => true, // follow redirects CURLOPT_ENCODING => "", // handle all encodings CURLOPT_USERAGENT => "spider", // who …

Member Avatar for hielo
0
1K
Member Avatar for jarmerson

I am new to PHP and really just troubleshooting a migration issue (moving from live working server to new server with this error). I'm not well versed in coding so I apologize in advance if I'm overlooking something stupid simple. Here's the error: Warning: mysql_fetch_assoc(): supplied argument is not a …

Member Avatar for jarmerson
0
167
Member Avatar for thr

hello I want too choose among c++ + qt + php and java for my programming language and platform please help me too choose best platform I want to choose a platform that has this features : speed, portable I am c++ programmer and familiar with java programming language i …

Member Avatar for Premsathishbe
0
332
Member Avatar for GigsD4X

Hi there, I want to grab a page from my site that's PHP, however, I don't want it to display the PHP... How can I do this?

Member Avatar for GigsD4X
0
442
Member Avatar for andydeans

hi, i have applied sha1 encryption to my update password page for users and it is encypting into the database fine. however i have a script that should at login check the encrypted sha1 password in the database and login however it does not work. i am not great with …

Member Avatar for andydeans
0
150
Member Avatar for MooGeek

As far as I can see, lots of Developer and Webmasters choose AJAX rather than Pure Flash Sites. and I've read lots of articles about this topic. but even them can't give me a concrete answer WHY would they choose AJAX rather a Full Flash site. As far as I …

Member Avatar for ApocDen
0
229
Member Avatar for slap01

i code this without the delete function, but when i started using it, there's and error. need help with this code[CODE]<?php $_GET['id']; $username = "root"; $password = '123456'; $hostname = "localhost"; $db = mysql_connect($localhost, $username, $password) or die ("Unable to connect to mySQL".mysql_error()); mysql_select_db('mynewdbase'); $del = "DELETE FORM newdbase WHERE …

Member Avatar for Stefano Mtangoo
0
103
Member Avatar for JBLDW

I have the following code section that is used for displaying a list of items and would like to modify it so it displays as a multi column display. I have been told that I need to use a counter, but I cannot find any information on how to do …

Member Avatar for JBLDW
0
171
Member Avatar for arthurav

I use a couple of functions to which I have to pass the name of the mysqli connection in order to fetch some data. Is it safe to use a global variable for the mysqli connection to skip passing the connection name to the functions?

Member Avatar for FlashCreations
0
104
Member Avatar for ckant_kol2006

I want to upload and store images in MySQL database, but have no idea. Please help me out? Thank you

Member Avatar for FlashCreations
0
336
Member Avatar for thenixx

Hello! I am fairly new to regular expressions (in PHP in particular, since there seem to be some special requirements/restrictions), and am especially stumped with my most recent attempt at parsing two particular strings. The first one is a URL in which I want to retrieve the first variable: [code]http://somesite.come/page.html?var=1234&some=2[/code] …

Member Avatar for FlashCreations
0
103
Member Avatar for arctushar

Hi I have a database which has a table named [B]main[/B] and a field named [B]description[/B] typ of [B]description[/B] is [B]longtext[/B] I can insert more than 100 word through phpmyadmin. but can't insert through form submit by post method. but Here i can insert 10 word through same form submit. …

Member Avatar for FlashCreations
0
109
Member Avatar for ceeandcee

Is it possible to create a hard page return in your PHP code so that wehn the user prints the output, the page break will occur where it is defined? If this is possible, how is it done. I have not found anything in my Google searches. Any help is …

Member Avatar for chrishea
0
171
Member Avatar for phplover

Hi, I got some zip files on my server people can download and am having a strange problem. Can't remember if i ever checked in IE but in FireFox, Google Chrome, Opera everything is fine. When i download a file from my website in IE the file is getting corrupt. …

Member Avatar for phplover
0
129
Member Avatar for veledrom

Hi, I want to connect to a external server to either copy image.jpg to my local computer or list all the files stored in a path. How can I do this? I think cURL is used but examples on the web are not working for me. Thanks in advance For …

Member Avatar for hielo
0
235
Member Avatar for PhilEaton

Hey guys, I'm trying to mix php and it's not working. I made a form that takes user input and changes the website they input to it's IP address. Next I tried to put that IP as a variable $ip and tried to put that variable in a link(href="") and …

Member Avatar for FlashCreations
0
149
Member Avatar for jasmeen kaur

hey pls suugest me code that can display advertisements using php source code. its urgent

Member Avatar for FlashCreations
0
61
Member Avatar for asahmed

Hello, I'm new to Redirections in Apache web server, Can anyone tell me how to do the following: I want to redirect: [url]http://www.domain.com/index.php?product=(variable[/url]) To: [url]http://sub.domain.com/index.php?product=(variable[/url]) Variable is numeric, I only want a 301 permanent redirection from domain to subdomains just for that specific category. Hope someone will help

Member Avatar for FlashCreations
0
86
Member Avatar for loll_l

When customers submit bookings on my website [url]http://www.n-v-m.co.uk/Booking.html[/url] most of the time the booking goes through fine but sometimes I get completely blank bookings sent through (even when I know the customer has filled the form out). Does anybody know why this could be happening? It is a very rare …

Member Avatar for FlashCreations
0
164
Member Avatar for Syphilis

Ahoy Sailors! So I've begone a Parent/Child based application, I've currently got both the scripts to connect to each other & send & receive text, However there are two bugs. First when the Child connects too the Parent for the first time, It works! But if you exit & start …

Member Avatar for MooGeek
0
148
Member Avatar for detweiller

hello everyone, im a new member here and also new to php. i've been searching in this site for days about my problem and with no luck i dont find any of them. i want to create a dropdown list menu (of persons) and everytime i choose a name of …

Member Avatar for ﻼim
0
260
Member Avatar for emilcarlo

Hello, I am currently working with a project that involves PhP and MySQL. I have a working code for adding, editing, and deleting of information. However, I was required to put up a paginating script in my code. I am actually new to PhP, about 3 weeks old xD, and …

Member Avatar for FlashCreations
0
156
Member Avatar for Facte

Hi there, I have an RSS feed generated by a php script and I need the published date to show but no the time. For some reason my tiny little brain cannot get the code to work without showing everything. Please can someone help as I am slowly going insane. …

Member Avatar for FlashCreations
0
106
Member Avatar for amit.hak50

.how to remove this "bookmarking list" that is showing at the bottom of every post at the home page of my blog[URL="http://firstediting.com/blog"]firstediting[/URL] ..I just want only sociable plugin to show at the bottom of every post not the text based "bookmarking list"

Member Avatar for FlashCreations
0
63
Member Avatar for cdunde1

I just started getting this error on my wordpress site when I try and access certain pages. I have checked the3 /custom_functions.php file and I see nothing that looks out of place. Any help would be appreciated. The site is [URL="http://www.whowillwinthe2012election.com"]whowillwinthe2012election.com[/URL] Warning: Cannot modify header information - headers already sent …

Member Avatar for cdunde1
0
187