- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
13 Posted Topics
Re: 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 … | |
Re: 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 … | |
Re: [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 … | |
Re: 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 … | |
Re: 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]jc@mediaphyte.com[/email] | |
Re: or, if I'm not mistaken, mount -t vfat /dev/whatever_the_hd_partition_is /mnt/wherever_you_want_it may do the trick | |
Re: 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]jc@mediaphyte.com[/email] | |
Re: So... you've got the web server on XP running too, or just FTP server? Why not use SAMBA? | |
Re: 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 … | |
Re: 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 … ![]() | |
Re: 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 … | |
Re: 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 | |
Re: Also, same question... hacked? server issue or the php code? If you are still needing assistance on this, feel free to email me: [email]jc@mediaphyte.com[/email] I can either fix your current problems or create new code to best suit your needs |
The End.