Php tags disappeared

Hi,
I've updated my machintosh from leopard to snow leopard os.
Now I'm trying to use dreamweaver cs4 and from the code view, the php tags didn't appear.
<?php and ?> tags aren't showed.
If I digit <?php at the end the tag disappears.
It's a strange behavior, I didn't find any option regarding to hide/show php tags.
Please may you help me?
Many thanks
Regards
Max

dreamweaver cs4, snowleopard 10.6.7.
If i write the following code
<?php after digiting the last 'p' char, <?php disappears
so <?php echo "hello world"; ?> appears as echo "hello world";
But if I opened the file with any text editor, the file is correct.
but I just discovered that it happens only with existing files.
For e.g. if I create a new file, no issue on php tag
Only on existing file. But I cannot re-write all.
Issue on file econdig?

Similar Messages

  • PSE 6 tags disappeared from below photos

    In PSE 6 Organizer the tags disappeared from below the thumbnails. How do I get them back?

    Not sure about PSE 6 but in PSE 8 under View you need to have details checked.

  • Keyword tags disappeared

    Hello.
    I am using Photoshop Elements Organizer 8. For some unknown reason, the keyword tags disappeared from my Organize tab and were replaced by a drop-down text box with all my tags. I can't figure out how to get my hierarchical display of tags with icons back. Can anytone out there explain this to me, please?

    Is the white triangle to the left of "Keyword Tags" pointing down or pointing to the right?  See this screen shot:
    Click on the white triangle -- does that make a difference?
    If not, try deleting the Organizer's preferences:
    http://www.johnrellis.com/psedbtool/photoshop-elements-faq.htm#Delete_the_Organizers_prefe rences

  • Tags disappear when I open and save a file

    I've tagged some pdfs to help organize them in their folder. If I open one to edit it, the tag disappears as soon is the file is closed.
    Thus destroying the organization, as I've got the folder set to arrange by tabs.
    Is this a bug or somebody's idea of a feature? Any way to change this behavior?

    Well, you could just make your firewall behave and create an exception rule as the warning suggests... It's unlikely that this is PS itself, anyway. Eitehr it's a flakey driver or a cracked plug-in you may be using (not implying anything here, so keep cool) may produce a wrong hash value/ signature and trigger the alarm.
    Mylenium

  • Non-closing PHP tags in includes?

    Hi,
    This post is directly targetted at David Powers, who is often here (but, of course, could interest others)...
    I'm currently reading the book "Adobe Dreamweaver CS5 with PHP Training From The Source" and I just came accross a strange affirmation:
    on page 184, in the "Why the Next Page Doesn't Always Load" sidebar, in the third bullet you state: "If the include file contains only PHP code, remove the closing PHP tag. This is not only legitimate, it's the recommended best practice."... jaw dropping... I've never seen that...
    I need more explanations... Why would it be recommended? Wouldn't it break the code (particularly PHP) since there's an opening tag but not a closing one? That means that we could have a lot of opening tags without closing tags? Why would it be different from the code that is "inside" the page, for as far as I know it, includes "include" the code into the page "before running it"? So, doesn't PHP "sees" the same thing whether the code is "embed" in the page or included via the include statement?
    Lot of questions, but I need more details, 'cause I'm not sure a Google research on that topic would give me any results...
    Nelson

    Nate has already given you the explanation. If you want the chapter and verse, take a look at the following page in the PHP Manual: http://docs.php.net/manual/en/language.basic-syntax.instruction-separation.php. It says in part:
    "The closing tag of a PHP block at the end of a file is optional,  and in some cases omitting it is helpful when using include() or require(), so unwanted whitespace will  not occur at the end of files, and you will still be able to add  headers to the response later. It is also handy if you use output buffering, and would not like to see added unwanted whitespace  at the end of the parts generated by the included files."
    The Zend Framework Coding Standard for PHP goes much further on the the following page: http://framework.zend.com/manual/en/coding-standard.php-file-formatting.html
    "For files that contain only PHP code, the closing tag ("?>") is  never permitted. It is not required by PHP and omitting it  prevents the accidental injection of trailing white space into the response."
    The "never permitted" applies only to files being submitted to the Zend Framework.
    If anything comes after the PHP code in a file, you must use the closing tag. It's only when the file ends with PHP that you can omit it.

  • PHP tag insight?

    Hi!
    Is there a way to implement PHP tag insight? So it works like
    context sensetive? like when you write html.

    yep, look here
    http://www.wilk4.com/asp4hs/php4hs.htm#ee

  • When I convert my cataloge from elements 10 to elements 11 all the tags disappear

    When I convert my cataloge from elements 10 to elements 11 all the tags disappear.  How can I get them back

    In PSE11
    File->Manage Catalogs->Convert and point to your PSE10 catalog
    http://help.adobe.com/en_US/elementsorganizer/using/WSae2ea3b149d0c3591ae939f103860b3d59-7 f59_WIN.html#WS3d021fd412237a2f14afb0171392eec10c6-7fff

  • Facebook created tags disappearing from iphoto synced albums

    I uploaded an album to FB via iphoto09. FB friends added tags of themselves. many of the tags are to people Im not even direct friends with. Then days later I noticed all the FB tags are gone again! I re-added some. they disappeared again. Definitely NOT related to users untagging themselves, as i can re-add and it happened to photos of myself. I have added a photo to the album via iphoto, and i have updated the caption via facebook.com, but i wouldnt expectthose events to DELETE the tags created within facebook...but something of the sort must be happening....
    WHY is that happening and how do i make it stop? if its "as designed" functionality...why? if not, can we get a response that its being fixed? or an explanation of how to ensure this wont happen again? wary of using the export if tags wont work, which is what makes photos on FB so social and useful, as its AWFUL to keep retagging friends pics, having them appear in their feed, doing it again etc...
    any comment or workaround or explanation very much appreciated.

    Remember that you are not just uploading to facebook, your synchronising with it, and this means that data in one side of this equation can be replaced or removed to make both sides of the equation the same.
    You understand and agree that uploading your photos to a third party service requires compliance with the terms and conditions of that service. +At the time that you upload to or download photos from any such service, the iPhoto software will also synchronize your iPhoto tag information with the photo tags that you have on that service, which may result in a loss of photo tag information in iPhoto+.
    That's from the End User Licence Agreement.
    Regards
    TD

  • DIV tags disappear when put over swf file background

    I am working on a site which has a swf movie as a background
    which fills the browser window(SWFobject). When I place DIV tags,
    which reference a CSS id and contain swf files as well, over the
    top (for absolute positioning, etc.) they disappear when previewed
    in a browser . Is there a reason that the swfobject always takes on
    top position in the browser? Do I need to change something in the
    SWFoject javascript file, in the code or within either the CSS file
    or the dreamweaver HTML code? Here is a link to a site that is very
    similar to what I am working on.
    http://www.pronghornclub.com
    Any help would be most appreciated.

    All Active content on a page will always rise to the top, so
    to speak,
    including Flash, certain form elements, Java applets, and
    Active X controls.
    This means that each of these will poke through layers. There
    is not a good
    cross-browser/platform reliable way to solve this issue, but
    if you can be
    confident in your visitors using IE 5+ or NN6+, then you can
    use the Flash
    wmode parameter (however, Safari does not support this
    properly!).
    Adobe articles:
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15523
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14201
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "jlrowedog" <[email protected]> wrote in
    message
    news:fb53q0$akk$[email protected]..
    >I am working on a site which has a swf movie as a
    background which fills
    >the
    > browser window(SWFobject). When I place DIV tags, which
    reference a CSS
    > id,
    > over the top (for absolute positioning, etc.) they
    disappear when
    > previewed in
    > a browser. Is there a reason that the swf file always
    takes on top
    > position in
    > the browser? Do I need to change something in the
    SWFoject javascript
    > file, in
    > the code or within either the CSS file or the
    dreamweaver HTML code? Here
    > is a
    > link to a site that is very similar to what I am working
    on.
    >
    >
    http://www.pronghornclub.com
    >
    > Any help would be most appreciated.
    >
    >
    >

  • Organized tags disappeared into an alphabetic list from the cloud.  How can I retrieve the original

    In Photoshop Elements 8 orgainzer my neatlyy organized tags, categories and subcategories have disappeared and in its place I find and alphabetical list of them all from the cloud?  How can I retrieve my original organized list?

    Are you talking about Places and Events categories from PSE8 catalog?
    If yes, please find them under Imported keyword tags category in the tags panel, present on the right hand side of the app.
    Thanks
    Andaleeb

  • Tag  disappearance in Elements 9

    I have  thousands of pictures in an Elements-9 album  which showed visible tags. A few days ago I noticed all the tags had disappeared although each photo indicates it is tagged when selected. How can I make the tags visible once again?

    Can you see the right-hand panel - if not drag it out.
    Expand or contract keywords and albums using the arrow buttons.

  • BPM tags disappear when song is played

    I have every song tagged with beats per minute. After upgrading to 8.1 the BPM disappears when the song is played. What gives?

    The ID3 spec says the BPM tag is supposed to be an integer, but prior versions of iTunes for Windows used to accept values like 100.98 by showing the integer part (e.g. 100). This will be fixed in a future version.

  • Understanding PHP tags - ?php perch_content('News headline 1'); ?

    OK ,
    thanks to everyone for the help and advice on getting php running. worked a treat.
    Can anyone answer or point me in the right direction for a couple of php basics.
    I have inserted the above php into a section of my page, i then changed the index.html to index.php (now changed back)
    Everything after the inserted <?php.........?> dissapeared.
    what are the need to know basics for inserting PHP within a page constructed using html? end tags??
    please advise

    Hi,
    Looks to me like the php function you're calling to isn't there or gets stuck somehow, that's where the server gets stuck in the process and can't render the rest of the page.
    www.w3schools.com has verry good tutorials on php.
    I think the solution is that you have to include a php file somewhere in the page (the file that your php-call calls to) with a php include <?php include("yourpage.php"); ?>

  • ID3 Tags disappears when MP3 is copied

    Can anyone help me with this? This problem only recently started after I upgraded. I'm using iTunes 7.0.2 Mac and when I import a regular CD it finds the ID3 tag info and imports fine. However, when i copy the MP3 files to another computer (my computer at work) the song plays fine but all the tag info is gone. This never happened before. Isn't the tag info saved in the MP3 file? What should I do to fix this?

    I found a solution. Personally I think there's a bug with iTunes 7.0.2 (at least on my machine) whereby iTunes adds tag information to the library when ripping a CD but doesnt save it to the newly created mp3 file. So when you copy the mp3 file it shows up on another computer with no tag info.
    I tried different things but what worked was to go to the computer that ripped the CD and that showed the tag info and select the Advanced pull-down menu and "Convert ID3 tags". I chose version 2.3. I did that to all the mp3s and iTunes saved the tag info to the file because after doing that I can now see the tag info when the mp3 file is copied to another machine.
    I selected all the mp3s in my library and did the same thing just in case.
    Perhaps the next upgrade will fix this bug.
    MacBook Pro 15" intel Mac OS X (10.4.8)

  • ID3 Tags Disappear: Any Suggestio

    I've been having problems with getting my ID3 tags to stay put. They're all loaded on my Zen Micro properly, and when I transfer my library from the Micro to the Music Library, they all show up properly in Media Explorer as well. So far, so good.
    Then, when I actually go to Windows Explorer, many of the files are missing some or all of their ID3 tag information. So if I clear the Music Library and move the files that I've copied from the Zen Micro to the hard dri've of my computer, then reimport those files from my computer to the Music Library in Explorer, many of them are all screwed up.
    I'm not sure what's going on here. Any suggestions as to what's the cause/what to do? I want to use MP3Gain to normalize all of my tracks, but I also don't want to re-enter a bunch of tags I've already done before.
    (Summary version of above)
    ) MP3s transferred from Micro to PC. Tags OK in Micro, show up fine in Media Explorer when viewing them on Micro or Library.
    2) MP3s checked on PC. Tags Missing.
    3) Library cleared.
    4) MP3s from PC reimported to Library. Tags Missing.

    Try selecting all of them in Media Source and then right click on the selection. I thought there was an update ID3 tag or similar option there. I know I have used Media Source to tag my files before. I will take a look when I get home again and see how I did it.

Maybe you are looking for