Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~10K People Reached
Favorite Tags
Member Avatar for Woobag

Assuming that PHP_EOL directive and the new line "\n" do the same thing, neither are working. I've recently updated to PHP5 after a long hiatus from PHP altogether. I have tried putting the newline character in single and double quotes, but to no avail... Anyone have any suggestions? Thanks in …

Member Avatar for EvolutionFallen
0
2K
Member Avatar for pete harby

I can tell you that my personal experiences not T_STRING, as in your case, but T_INC came from not putting the "$" sign in front of a variable in a for loop. Check your syntax on your strings and your problem may be hidden somewhere in one of them... It …

Member Avatar for hoffmen99
0
4K
Member Avatar for Woobag

So I have this html code: [CODE] <div id="blog" class="grid_16_1"> <div class="blog_wrapper"> <span class="left_align"><h3>From the Blog</h3></span> <span class="right_align meta">Posted November 1st, 2009</span> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco …

Member Avatar for Woobag
0
85
Member Avatar for gagan22

It could be due to invalid characters that are breaking your JavaScript syntax. Stuff that the code is not expecting. Posting the code in question would help a lot as well as properly naming your topic title.

Member Avatar for Woobag
0
57
Member Avatar for Woobag

I'm trying to build a crude album viewing site. There are three files I'm working with: [LIST] [*]index.php: Contains html code. [*]images.php: Builds images from browser URL and an array. [*]include: Builds an array of images from a given directory. [/LIST] Given: [B]image.php[/B] [code=php] <?php include('include.php'); buildImageArray("images/"); $image = $_GET['show_img']; …

Member Avatar for cwarn23
0
99
Member Avatar for excellentguide

[quote=excellentguide;245868]where can i find sites dedicated to php tutorials only.[/quote] My personal favorite php/mysql intro tutorials are at 3dbuzz.com. The are free video tutorials and are all you need to start making your own database interactive scripts. I also like the articles/tutorials at [URL]http://melonfire.com/community/columns/trog/[/URL] for more advanced techniques and new …

Member Avatar for ryan_vietnow
0
167
Member Avatar for Woobag

I'm trying to write a program where the user gives a size of an array. myArray(5) (below) fills and prints a 5x5 array with numbers 1-5 and prints out 5 numbers on a line. The output would look something like this... [code] 1 2 3 4 5 1 2 3 …

Member Avatar for Woobag
0
2K
Member Avatar for Woobag

Hey, Im trying to do a CSS rollover border color change for my images (which are links). Problem is, the border only partly covers the image, going about half way up the image on the sides, and not covering the top at all. Id post some code, but considering the …

Member Avatar for FC Jamison
0
114
Member Avatar for Woobag

Ive done several echo's and such to make sure info is in my variables before. When i do the first update on the page, i think the second one is running too. Either way, my record is being deleted for whatever reason... Aside from some help with the current setup, …

Member Avatar for Woobag
0
98
Member Avatar for Woobag

Hey guys, im just starting out in php and im attempting to build a login script that works takes info from my table userinfo. The values in userinfo are created from createuser.php. Here is the error i am getting in my code:[code][B]Parse error[/B]: parse error, unexpected T_INC, expecting ')' in …

Member Avatar for Woobag
0
96
Member Avatar for Woobag

He is what im trying to do, ive got a logo that i want to place around the center of your screen over my semi-complex background that is set up like this... [IMG]http://i11.photobucket.com/albums/a160/woody33/help.jpg[/IMG] The "logo" image will be placed over the tiled image, but when the browser is shrinked because …

Member Avatar for Woobag
0
176
Member Avatar for Woobag

Hey im trying to make a function that you can pass two values to, a RANGE_MIN and a RANGE_MAX, than generate and return a random number between those two numbers. My first section of code repeats the same number every time i run the program (unless i change something and …

Member Avatar for Rashakil Fol
0
185
Member Avatar for Woobag

Im used to programming in Java as it was my first language to learn. In C++ is... [code]int myFunc(void);[/code] equal to [code]int myFunc();[/code] I was doing a number of tests, but the answer was still unclear...

Member Avatar for Drowzee
0
151
Member Avatar for Woobag

Ill put my code at the end, as not to scare off anyone from reading on past the code (as if something so simple could scare!) I basically wrote this tonight. I have been working on my C++ skills, specifically in the way of learning newer concepts...such as implementing OOP, …

Member Avatar for Ancient Dragon
0
250