Ask a Question related to PHP Development, Design and Development.
-
mimages #1
F12 doesn't quite work
I press F12, and the page displays locally, but the included files (PHP)
don't get included. I could've sworn it was working, once upon a time. Now,
it just shows everything else in the page minus the included file(s). Any
advice?
Thanks in advance.
mimages Guest
-
Can't get <img> to work in XML
I'm using PHP to grab info from a database and then spit out an XML file. I'm loading the XML file into my fla and having no problems getting the... -
Links don't work in Shockwave movie but work in p
Hi, everyone: I encountered a strange problem. I downloaded a sample movie from Macromedia site and noticed that the same problem occurs what I had... -
I can?t get it to work
I am new at Flash, however I develop a nice little Flash site. When I publish my site and upload it in Dreamweaver , it takes for ever to load; a... -
Still trying to get a Mac to work with GPS
I am still trying to get a Mac to work with GPS. All of the leads so far suggested have not pointed me towards a soltion, allowing the use of a Mac... -
Net work set up
1)i have 2 computers both with a network card connected by cable. 2) when running main (internet)computer XP home o/s 2nd computer 98 o/s the 2... -
Randell D. #2
Re: F12 doesn't quite work
"mimages" <mimages@NOSPAMspvision.com> wrote in message
news:Yi5db.34607$Ci5.805282@twister.tampabay.rr.co m...Now,> I press F12, and the page displays locally, but the included files (PHP)
> don't get included. I could've sworn it was working, once upon a time.What on earth are you talking about with regards to F12? You'll have to put> it just shows everything else in the page minus the included file(s). Any
> advice?
>
> Thanks in advance.
>
>
>
more meat on the bones of your question...
And what do you mean that the included files don't get included?
If you expect to "View Source" on your browser, and be able to see your PHP
code, then then there's nothing wrong. PHP is a server side language that
gets parsed *on the server* and you see the results *on the client*.
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet?
Randell D. Guest
-
Geoff Berrow #3
Re: F12 doesn't quite work
I noticed that Message-ID: <hO8db.18572$O85.7122@pd7tw1no> from Randell
D. contained the following:
It could be a reference to Dreamweaver. F12 previews in browser.>What on earth are you talking about with regards to F12? You'll have to put
>more meat on the bones of your question...
Is the server installed and running?
--
Geoff Berrow
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs [url]http://www.ckdog.co.uk/rfdmaker/[/url]
Geoff Berrow Guest
-
Paul Liversidge #4
Re: F12 doesn't quite work
"mimages" <mimages@NOSPAMspvision.com> wrote in message news:<Yi5db.34607$Ci5.805282@twister.tampabay.rr.c om>...
I'm assuming you mean Dreamweaver.> I press F12, and the page displays locally, but the included files (PHP)
> don't get included. I could've sworn it was working, once upon a time. Now,
> it just shows everything else in the page minus the included file(s). Any
> advice?
>
> Thanks in advance.
You need to go to Edit | Preferences | Site and ensure that the
'dependent files' boxes are checked. Pressing F12 puts the current
file to the test server but not any dependent, i.e. included, files.
They have to be put manually if this option is unchecked.
Paul
Paul Liversidge Guest
-
mimages #5
Re: F12 doesn't quite work
Sorry, and thanks for catching my mistake. I do mean Dreamweaver. I checked
the preferences, and all the boxes you mentioned are checked. The testing
server is local, and I thought it would display the files properly. I've
done this in creation of ASP files, and it works just fine. I don't know why
the problem is occuring since I started doing PHP development.
Any other ideas?
Thanks in advance.
"Paul Liversidge" <paul_liversidge@hotmail.com> wrote in message
news:bf26a194.0309270716.4cd4957f@posting.google.c om...news:<Yi5db.34607$Ci5.805282@twister.tampabay.rr.c om>...> "mimages" <mimages@NOSPAMspvision.com> wrote in messageNow,> > I press F12, and the page displays locally, but the included files (PHP)
> > don't get included. I could've sworn it was working, once upon a time.Any> > it just shows everything else in the page minus the included file(s).>> > advice?
> >
> > Thanks in advance.
> I'm assuming you mean Dreamweaver.
>
> You need to go to Edit | Preferences | Site and ensure that the
> 'dependent files' boxes are checked. Pressing F12 puts the current
> file to the test server but not any dependent, i.e. included, files.
> They have to be put manually if this option is unchecked.
>
> Paul
>
mimages Guest
-
mimages #6
Re: F12 doesn't quite work
Yes, I'm sorry, I am referring to Dreamweaver. I have done ASP development
without actually having to install the personal web server, so I thought I
would need no special installation for PHP development. I guess I'm wrong. I
really don't know what needs to be installed, though.
Any ideas?
Thanks
"Geoff Berrow" <bl@ckdog.co.uk.the.cat> wrote in message
news:cpkanv4fitqi7av3430i72ahdgm96mfqk1@4ax.com...put> I noticed that Message-ID: <hO8db.18572$O85.7122@pd7tw1no> from Randell
> D. contained the following:
>> >What on earth are you talking about with regards to F12? You'll have to>> >more meat on the bones of your question...
> It could be a reference to Dreamweaver. F12 previews in browser.
>
> Is the server installed and running?
>
> --
> Geoff Berrow
> It's only Usenet, no one dies.
> My opinions, not the committee's, mine.
> Simple RFDs [url]http://www.ckdog.co.uk/rfdmaker/[/url]
>
mimages Guest
-
Geoff Berrow #7
Re: F12 doesn't quite work
I noticed that Message-ID:
<RhHdb.42404$Ci5.1096170@twister.tampabay.rr.com > from mimages contained
the following:
I don't usually bother. I simply use the 'put' command to upload the>Yes, I'm sorry, I am referring to Dreamweaver. I have done ASP development
>without actually having to install the personal web server, so I thought I
>would need no special installation for PHP development. I guess I'm wrong. I
>really don't know what needs to be installed, though.
>
>Any ideas?
page I'm working on then view it from my webserver. That way I /know/
it's going to work.
If you want to, you can install Apache, PHP, PHP,MYAdmin and MySQL all
in one easy hit. Go to [url]http://www.firepages.com.au[/url] and click PHPDEV
bundles 423 is the latest.
--
Geoff Berrow
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs [url]http://www.ckdog.co.uk/rfdmaker/[/url]
Geoff Berrow Guest
-
mimages #8
Re: F12 doesn't quite work
Bummers. I was hoping to avoid installing a bunch of stuff on this system.
Wanted to keep it clean. I'll probably to the put deal, I just wanted to
check it locally before potentially messing up a good page with a wanna-be
better one, until I was sure it was good.
"Geoff Berrow" <bl@ckdog.co.uk.the.cat> wrote in message
news:srjenvkt34hej4s32usb9ink79pdr6285u@4ax.com...development> I noticed that Message-ID:
> <RhHdb.42404$Ci5.1096170@twister.tampabay.rr.com > from mimages contained
> the following:
>> >Yes, I'm sorry, I am referring to Dreamweaver. I have done ASPI> >without actually having to install the personal web server, so I thoughtwrong. I> >would need no special installation for PHP development. I guess I'm>> >really don't know what needs to be installed, though.
> >
> >Any ideas?
> I don't usually bother. I simply use the 'put' command to upload the
> page I'm working on then view it from my webserver. That way I /know/
> it's going to work.
>
> If you want to, you can install Apache, PHP, PHP,MYAdmin and MySQL all
> in one easy hit. Go to [url]http://www.firepages.com.au[/url] and click PHPDEV
> bundles 423 is the latest.
>
>
> --
> Geoff Berrow
> It's only Usenet, no one dies.
> My opinions, not the committee's, mine.
> Simple RFDs [url]http://www.ckdog.co.uk/rfdmaker/[/url]
>
mimages Guest
-
Ed Clarke #9
Re: F12 doesn't quite work
In article <x9Ldb.43307$Ci5.1127784@twister.tampabay.rr.com >, mimages wrote:
Why aren't you using the testing server feature of Dreamweaver? It can stuff> Bummers. I was hoping to avoid installing a bunch of stuff on this system.
> Wanted to keep it clean. I'll probably to the put deal, I just wanted to
> check it locally before potentially messing up a good page with a wanna-be
> better one, until I was sure it was good.
things off into a non-public subdirectory for testing.
Ed Clarke Guest
-
Geoff Berrow #10
Re: F12 doesn't quite work
I noticed that Message-ID:
<x9Ldb.43307$Ci5.1127784@twister.tampabay.rr.com > from mimages contained
the following:
Then make a copy in a subdirectory.>Bummers. I was hoping to avoid installing a bunch of stuff on this system.
>Wanted to keep it clean. I'll probably to the put deal, I just wanted to
>check it locally before potentially messing up a good page with a wanna-be
>better one, until I was sure it was good.
--
Geoff Berrow
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs [url]http://www.ckdog.co.uk/rfdmaker/[/url]
Geoff Berrow Guest
-
mimages #11
Re: F12 doesn't quite work
One of the nice things about using the F12 feature to check your page is
that it's nice and quick. I guess I can just as easily use the testing
server feature and be patient. It's just so easy to get anal when something
works differently all of a sudden.
I'll get over it.
Thanks.
"Ed Clarke" <clarke@cilia.org> wrote in message
news:bl83ji$9ac38$1@ID-189828.news.uni-berlin.de...wrote:> In article <x9Ldb.43307$Ci5.1127784@twister.tampabay.rr.com >, mimagessystem.> > Bummers. I was hoping to avoid installing a bunch of stuff on thiswanna-be> > Wanted to keep it clean. I'll probably to the put deal, I just wanted to
> > check it locally before potentially messing up a good page with astuff>> > better one, until I was sure it was good.
> Why aren't you using the testing server feature of Dreamweaver? It can> things off into a non-public subdirectory for testing.
>
mimages Guest
-
Geoff Berrow #12
Re: F12 doesn't quite work
I noticed that Message-ID:
<975eb.24817$Of2.1368496@twister.tampabay.rr.com > from mimages contained
the following:
I'm so used to put, save, refresh that I don't think about it anymore.>One of the nice things about using the F12 feature to check your page is
>that it's nice and quick. I guess I can just as easily use the testing
>server feature and be patient. It's just so easy to get anal when something
>works differently all of a sudden.
LOL.
--
Geoff Berrow
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs [url]http://www.ckdog.co.uk/rfdmaker/[/url]
Geoff Berrow Guest
-
medi #13
Re: F12 doesn't quite work
"mimages" <mimages@NOSPAMspvision.com> wrote in message
news:XfHdb.42395$Ci5.1093911@twister.tampabay.rr.c om...checked> Sorry, and thanks for catching my mistake. I do mean Dreamweaver. Iwhy> the preferences, and all the boxes you mentioned are checked. The testing
> server is local, and I thought it would display the files properly. I've
> done this in creation of ASP files, and it works just fine. I don't know(PHP)> the problem is occuring since I started doing PHP development.
>
> Any other ideas?
>
> Thanks in advance.
>
>
> "Paul Liversidge" <paul_liversidge@hotmail.com> wrote in message
> news:bf26a194.0309270716.4cd4957f@posting.google.c om...> news:<Yi5db.34607$Ci5.805282@twister.tampabay.rr.c om>...> > "mimages" <mimages@NOSPAMspvision.com> wrote in message> > > I press F12, and the page displays locally, but the included filesThe easiest way is (if you're on Win XP) to install IIS (Internet> Now,> > > don't get included. I could've sworn it was working, once upon a time.> Any> > > it just shows everything else in the page minus the included file(s).> >> > > advice?
> > >
> > > Thanks in advance.
> > I'm assuming you mean Dreamweaver.
> >
> > You need to go to Edit | Preferences | Site and ensure that the
> > 'dependent files' boxes are checked. Pressing F12 puts the current
> > file to the test server but not any dependent, i.e. included, files.
> > They have to be put manually if this option is unchecked.
> >
> > Paul
Information Services) which is the part of Win installation and can be found
on Win CD, and just add PHP extensions to it. Then you define your testing
server folder in Dreamweaver which will be the root folder of your local
webserver (or its subdirectory). So, now when you press F12 all your dynamic
PHP code will be processed by your local server and you dont need to worry
about that, it's just that easy.
medi Guest



Reply With Quote

