Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #11.1K
~36.9K People Reached

13 Posted Topics

Member Avatar for hdmk

check your permissions... is /home/domain/www readable by apache? Also, is the server & virtHost name really wild-carded? This may be a problem... I usually specify (e.g. for domains I use locally <VitualHost 127.0.0.1:80> (also match <NameVitualHost 127.0.0.1:80> ) ...blah blah.. ServerName mydom.dom Also, if you're using symbolic links, you my …

Member Avatar for illusionhell
0
2K
Member Avatar for poslanik

Well, one thing I've noticed with PHP & IE... (Well, to be more precise: the HTML that results in our use of PHP)... is.... The first line actually sends a newline to the browser before continuing to the DOCTYPE line. If we put a <? php line here ?>we might …

Member Avatar for poslanik
0
154
Member Avatar for autocrat

[QUOTE=belsam69]You could use an Access front end to a MySQL back end, to help you with the cross over. ...I'm not positive if what I'm about to say is really what belsam69 was saying here, or if you (autocrat) understood this, but You can use ACCESS with MySQL... just just …

Member Avatar for Troy
0
987
Member Avatar for rsaicrag

actually.... i would do it like this (use straight html when you can... its quicker): <? // does anything really need to be here? ?> <script language="javascript"> function ViewPage(url) { OpenWin = this.open(url, 'CtrlWindow', 'toolbar=yes,menubar=yes,location=no,scrollbars=yes,resizable=yes'); } </script> <tr><td><a href="javascript:ViewPage('article_1.html');">Article1</a></td><tr> otherwise.... echo 'a bunch of '.$stuff.' here'; or... echo "whatever you …

Member Avatar for rsaicrag
0
609
Member Avatar for oodam

Just saw your posting... sound quite do-able. I would need to go over the details with you... but if your interested in getting this done, contact me: [email][email protected][/email]

Member Avatar for oodam
0
174
Member Avatar for rizla115

or, if I'm not mistaken, mount -t vfat /dev/whatever_the_hd_partition_is /mnt/wherever_you_want_it may do the trick

Member Avatar for DMR
0
31K
Member Avatar for hbmarar

Hello- I just set up phpBB and made some customizations for someone a few days ago. I'd be happy to setup phpBB for you and/or walk you through it... but, I'm hungry & would have to charge $ Contact me if interested: [email][email protected][/email]

Member Avatar for mediaphyte
0
256
Member Avatar for dajoco
Member Avatar for DMR
0
222
Member Avatar for autocrat

DanceInstructor: sorry, off topic saw your tagline "don't line dance... much" do you Clog? --mediaphyte, from up in the mtns of nc tehe oh, almost forgot... yep danceInstructor is right on track with this. I would add that if you choose the javascript option on the actual form then you'll …

Member Avatar for autocrat
0
189
Member Avatar for WRobertson

Well, sounds like there might be a fairly simple answer... though I'm no lawyer, nor am I an expert on MySQLs choice of licensing, so that being said, here's my opinion: Separate your product from the database. Offer MySQL as an option... fully opensource and free, but DO charge for …

Member Avatar for Member #33065
0
321
Member Avatar for curiousdan

MySQL is starting to include transactions, etc. to be more comparable with MSSQL. PostgreSQL has been touted as being more like MSSQL, but I'm still a big fan of MySQL & never have had any issues with it. Suppose it depends on your needs... If you're the McDonalds of the …

Member Avatar for mediaphyte
0
237
Member Avatar for hbmarar

Well, you figured it out before I even woke up... GMT -5 for me. It's typical to use an underscore. $this_for_example=mysql("SELECT example FROM demo WHERE timestamp=now()"); =) jc

Member Avatar for mediaphyte
0
181
Member Avatar for wrestlingreport

Also, same question... hacked? server issue or the php code? If you are still needing assistance on this, feel free to email me: [email][email protected][/email] I can either fix your current problems or create new code to best suit your needs

Member Avatar for mediaphyte
0
164

The End.