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

I really think this internet stuff is going to take off!

Interests
website design, graphics, programming
Member Avatar for bwest

Have you ever tried programming one of these: Showing Page 1 of 17 Go To: 1 | 2| 3….. Well I have written a nifty class that will take care of it for you. You can even change the formatting outside of the class. Call this class right after your …

Member Avatar for LastMitch
1
199
Member Avatar for ChrisLala

Would like to see people’s opinions on this. A lot of traditional artists at my college look down on me as a web designer. Like “oh it’s just a click of a button and its done

Member Avatar for ebay1989
1
513
Member Avatar for croft

Hello im totaly new here as you can se on my post count =) Got a couple of questions about pricing and payment methods. Im designing or trying to design vbulletin templates and web site designs. Ive relesed several free styles over at [url]www.vbulletintemplates.com[/url] . But now i wanna do …

Member Avatar for denissharper
0
267
Member Avatar for LadyT

Let me be more understanding... I would like to create a community script with all the features I want and need.A community that allows members to use HTML.A community that allows members to have their own pages with tag boards,Personal information that they would like to put on.Photogallery,Blogs,ETC! I want …

Member Avatar for ankaj.eg
0
458
Member Avatar for fsn812

Who here would prefer Java over PHP, or PHP over JAVA? If you prefer one over the other, for whatever reason or application, why? Specific code comparisons are appreciated

Member Avatar for mama_rock
0
525
Member Avatar for michael123

I turned on php Domxml module in php.ini and restart apache server, I can read domxml is enabled in phpinfo, however when I try to load XML file: $dom = DOMDocument::load($_FILES['file']['tmp_name']); it shows me the error message: Fatal error: Call to undefined function: load() in c:\program files\apache group\apache\htdocs\bom\tool_rev_import.php on line …

Member Avatar for michelleradu
0
303
Member Avatar for bwest

If your familiar with database search results, then you probably know how useful the GET method is. My results page is a list of site members from the database. We want to have a feature that allows users to add these members to a html select box to "save a …

Member Avatar for meabed
0
151
Member Avatar for rcasinillo_s

Good day! Could somebody help me with this problem: When i'm using [U]header() [/U] to redirect page it giving me error message like this: [U]Warning: Cannot modify header information - headers already sent by (output started at /exxport/www/httdocs/waff/teng/HTML/Jobss/loginn_hrm.ph p:10) /exxport/www/httdocs/waff/teng/HTML/Jobss/loginn_hrm.phpon line 336[/U] Thanks... Roland (rcasinillo_s)

Member Avatar for clmirand
0
333
Member Avatar for JaxsWastedLife

I'm stuck with a big problem. :sad: :sad: :sad: I have the following script resizeing my iframe based on height. The problem is if my site is on one domain say [url]http://mydomain.company.com[/url] and the target page is on another domain say [url]http://anotherdomain.mycompany.com[/url] the script does not resize the page. I …

Member Avatar for naksindia
0
471
Member Avatar for lawfour

I am about to pull what little hair I have let trying to figure if this is possible. On my website I have a drop down menu with different tables in the drop down part. What I am trying to do is have a user choose the table to get …

Member Avatar for zianchan
0
2K
Member Avatar for namit

Am looking for somewebsite that i can look at some really neat code and really look at the design of a website also i want to look at website be be able to be wowed by its beaty. Anyone ave a list of some sites like these?

Member Avatar for GriffIT34
0
453
Member Avatar for benzspider

trying to create the front end to a script that will calculate the area and circumference of a circle. (1)HTML form that will contain three input fields and a submit buttom (2) will have only one text input field that input field is radius (3)Create a calculation script with the …

Member Avatar for Troy
0
152
Member Avatar for php4ever

I've never had a reason to use Javascript in a php file before and I'm having trouble getting it to parse. What could be wrong with this. [PHP]$display .= '<td width="105" align=right class=box><input name="p1B1" id="p1B1" type="text" value="'.$price.'" onblur="this.value=eedisplayFloatNDTh(eeparseFloatTh(this.value),2); recalc_onclick('p1B1')" tabindex="1" size="14" class=ee101 >'; //..... and the code below [/PHP] I'm …

Member Avatar for bwest
0
132
Member Avatar for bwest

Ok, I am putting my users text onto the screen. I need it to represent what they typed so I use the <pre></pre> tags to preserve the hard returns and other white space. The problem comes when they type a long paragraph (such as the one Im typing now) and …

Member Avatar for Troy
0
114
Member Avatar for ashneet

First of all i am new to PHP Session. THE PROBLEM: I do session_start(); command at the begening of every page so that php uses session but what i also what it to do is that if that person closes the browser and returns back to same website it should …

Member Avatar for ashneet
0
168
Member Avatar for Ghost

Does anybody have any ideas on how to make your own email program? Could you use the mail function and restrict access?

Member Avatar for Ghost
0
74
Member Avatar for michael123

is there a php function that I can verify if the string contains all digital number, not alphabetic charactor? thanks.

Member Avatar for smac
0
259
Member Avatar for server_crash

I've got the following code: Code: @mail($address, $title, $message , "From: ". $from . "\nContent-Type: text/plain; charset=utf-8"); Which sends a verification email to a registered user. The only problem is the email is considered bulk, and ends up in the bulk folder, or doesn't show up at all. I'm thinking …

Member Avatar for fsn812
0
133
Member Avatar for iketunde

Hello, I created this page. it contains textareas and checkboxes. when user enters information or check any of the checkboxes. this translates to a conditioned query.i achieve this using javascript. u can find the url @ [url]www.laterallinks.com\search.htm[/url] try entering gibberish and any of the fields and click on the fetch …

Member Avatar for bwest
0
108
Member Avatar for aarya

my login script working fine in my localhost. but when i hosted the site my session is not working.i have written session_start(); in my script i dont undertand y? weather all the php sites supports session.

Member Avatar for aarya
0
136
Member Avatar for Class

Hello! I'm new here, and also beginner with php programing. i'm just starting to learn the basics, and I mean very basics. :o I have a little problem, what I want to fix on my homepage. the situation is the following: (photos.php) [URL=http://shclass.fw.hu/demo.gif]http://shclass.fw.hu/demo.gif[/URL] This is the starting point. Now, what …

Member Avatar for Class
0
805
Member Avatar for heavychevy

I've got an insert statement where there is a memo field that can easily contain quotes or single quotes or apostrophes. I cannot get it to insert I have tried with replacing the aposatrophe with a ', doesn't like it i have also tried if (get_magic_quotes_gpc()==1) { $notes = stripslashes(ereg_replace('"','&#34;',$_POST["other_notes"])) …

Member Avatar for heavychevy
0
101
Member Avatar for bwest

Well I tried finding this information all over and all I could find were people trying to edit Word docs with php. I, rather, am trying to just load them into a variable to search through them. The server is Linux and not windows so we will not have the …

Member Avatar for bwest
0
116
Member Avatar for server_crash
Member Avatar for bwest

I am pretty good with mysql but I haven’t done much full text searching. I have this problem though with getting results. I learned how to do the fulltext searching at the mysql.com site. I plugged their exact example into my database with phpmyadmin and everything good. Then when I …

Member Avatar for Troy
0
125
Member Avatar for Paladine

Ok folks how does one do this? Meaning, how do you ever get things placed in the right spot, aligned, and the get the feel right on a web page design like this? Do you have to been an "artist" or use a fancy web design tool? [IMG]http://www3.telus.net/public/tmlohnes/IP0002BR.jpg[/IMG] or even …

Member Avatar for bwest
0
1K
Member Avatar for joshuu

My case goes like this, I started working in this company not a very long time ago just some several months back.The company used to have a website that is no longer working (when you type the address in the internet exproler it returns a page can't be displayed window …

Member Avatar for Vindos
0
129
Member Avatar for zlimjo

i have created my own site, but need some help to host it it contains flash object, and i aslo want to know were to see beautiful logos and icons to add on my site.

Member Avatar for 2ndPlatform
0
171
Member Avatar for steveneven

Ok first off, sorry if this is the wrong forum... I want to learn how to create a community based site - preferably completely from scratch. I want to do this, because I find it quite hard to look at existing code and understand the ins and outs of it. …

Member Avatar for steveneven
0
176
Member Avatar for astm
Member Avatar for samaru
0
101