Understand the PHP tags - <? PHP perch_content ('News headline 1');? >

Ok

Thank you all for the help and advice on getting php running. has worked a treat.

Can someone answer or point me in the right direction for a few basics of php.

I inserted the php above in a section of my page, I then replaced by index.html index.php file (now changed back)

Everything that follows the inserted <? PHP...? > disappeared.

What are the need to know the basics for an insert in a page built using html PHP? end tags?

Please notify

Hello

Seems to me that the php function that you call in is not there or gets stuck somewhere, that's where the server gets stuck in the process and cannot make the rest of the page.

www.w3schools.com has verry good tutorials on php.

I think the solution is to include a php file somewhere on the page (the file that call your php call) with a php include

Tags: Dreamweaver

Similar Questions

  • How to access the HTML tag in an existing PHP site.

    Hi, im using dreamweaver on windows 10 cs6. I tried to change an existing (PHP) site and in code view, I can only see the php code and functions, but I want to change the html markup that I see in the source of the page on a browser command to change the look and feel. How can I do this?

    You are dealing with a system of management of content called Collabtive. I never heard talk before, but one of the comments in the code you have posted it evokes by name.

    There should be an administrative section that connect you to delete existing records and add new ones. You stay away from all of the PHP files. There is a demo of the admin Collabtive section online for you to take a look at.

  • How to pass the PHP variable to menu jQuery Modal popup

    Hello

    Need help to find how to pass a variable in php (which is recovered in a while loop) in a modal window.

    There is a list of users on the page (shown with a while loop), with buttons Remove next to each of them.

    When the administrator clicks the button Delete for that specific user, a modal window appears confirming their action.

    I can't find a simple way to communicate the id of the user to be removed the modal (where the query is performed, once 'Yes to confirm deletion' is clicked).

    I deleted the jQuery, seeing as how this could change how the modal opens and closes.

    This is the modal:

    < div class = "modal" >

    < div class = "modal_wrapper" >

    < div class = "modal_title" > are you sure you want to delete this user? < / div >

    < div class = "modal_content" >

    < div class = "modal_button_no" > n < / div >

    < div class = "modal_button_yes" > Yes, delete it < / div >

    < / div >

    < / div >

    < / div >

    < div class = "delete_btn" > delete user < / div >

    The variable with the user name is:

    $user_id

    Any help would be much appreciated!

    Thank you

    It is a fairly simple procedure. Personally I'm not sure that its worth the effort for a box of administration but good we all have different opinions - there is no wrong or it.

    Suppose that your buttons delete on your page are anchor tags and you have locked down your database of names to create anchor tags. The value of dir below has been inserted via php through loop and is your RegID.

    Delete

    Delete

    Delete

    Delete

    When you click the anchor tag (that class name "delete") opens a lightbox. You also have to collect the value of "dir" at the time the lightbox opens - happening of value to a hidden in the lighbox code entry field.

    The value of the "dir" command is passed to the light table in a hidden form field:

    "You have a delete button in the light table with the class of ' delete_record ':

    Delete the record

    When the user clicks on the button Delete in the light table the value of hidden form field is harvested and forwarded to your page of delete_record.php via the jquery/ajax script below, were also on the same page.

    Your delete_record.php would look like below, assuming that you use mysqli or if you are using mysql then you would follow the same delete procedure as usual.

    <>

    $conn = new mysqli ('localhost', 'root', 'root', 'name');

    {if ($conn-> connect_errno)}

    echo $conn-> connect_error;

    Die (' sorry, can not connect to the moment, try again later ');

    }

    ?>

    <>

    delete the record

    $record_id = $conn-> real_escape_string (stripslashes (trim($_POST['record_id'])));

    $conn-> query ("' DELETE FROM names WHERE record_id = ' $record_id ' '");

    $record_deleted = "true";

    ?>

    An alert box will appear at the end, confirming that the record has been deleted. You do not have to deploy an ugly alert box - you sends the data to the device of light therapy from the delete_record.php page in a few nice melted in

    If you want to be more subtle about it.

  • Copy and paste the PHP - code color is not sticking

    I am kinda new to DW8 and very new to php. We are integrating php into our site and had a few coding work done for us. The guy who had it used the color codes that helps me understand what is happening. I am trying to copy part of the code in other files and when I stick in it, the attributes of color for the php do not glue. There is little color, so I don't know it is sticky little color, but it's minimal and not the same as the code that I'm sticking. I am running 8.02 and under Preferences > copy /paste I chose «Text with full formatting, structure more»

    Any suggestions?

    Thank you

    > The code of the
    > copy does not work.

    WHAT file extension save this new page with?
    If not saved, save it. With the .php extension.

  • shipment value of the PHP variable to Flash to load an xml file

    I would like to load an XML file to the local location or on the server to ignore the name of the file. I use PHP to send the name of the Flash file.

    Here it is the PHP code:

    <? PHP

    filesInDir ('C:\Documents and Settings\457305\My Documents\shrikant\Flash Tutorials\webassist');

    function filesInDir ($tdir)

    {

    $dirs = rewinddir(3) ($tdir);

    foreach ($dirs as $file)

    {

    If (($file == '.') |) ($file == '..'))

    {

    }

    else if (is_dir ($tdir. » /'. $file))

    {

    filesInDir ($tdir. » /'. $file);

    }

    on the other

    {

    echo "fileName = $file";

    }

    }

    }

    ? >

    And here is the Actionscript code loading:

    import flash.net.URLLoader;

    import flash.net.URLRequest;

    import flash.events.Event;

    to import flash.net.URLVariables;

    Stop();

    Set the PHP file to load

    var phpFile:String = " " http://localhost/WebAssist/test.php ";

    var cons_xml:XML;

    var xmlLoader:URLLoader = new URLLoader();

    Specify the property dataFormat of the URLLoader to be "VARIABLE".

    This ensures the variables loaded into Flash with the same variable names

    xmlLoader.dataFormat = pouvez;

    xmlLoader.load (new URLRequest (phpFile));

    xmlLoader.addEventListener (Event.COMPLETE, processXML);

    function processXML(evt:Event):void

    {

    trace (evt. Target.Data.FileName);

    cons_xml = new XML (evt.target.data.fileName);

    gotoAndPlay (2);

    }

    When I trace evt.target.data it displays "fileName = mainOpenEndedXML % 2Exml" and when I trace evt.target.data.fileName the file name is correctly displayed as 'mainOpenEndedXML.xml'.

    But in the two next lines where the loading is done that it does not load the file IE does not play the SWF to an xml file.

    I've searched the Internet to find answers, but not able to find solutions.

    Loading works fine if I insert the xml file directly in the code and the SWF in the XML file plays correctly. Here it is the code for the same thing:

    import flash.net.URLLoader;

    import flash.net.URLRequest;

    import flash.events.Event;

    to import flash.net.URLVariables;

    Stop();

    var cons_xml:XML;

    var xmlLoader:URLLoader = new URLLoader();

    xmlLoader.load (new URLRequest ("mainOpenEndedXML.xml"));

    xmlLoader.addEventListener (Event.COMPLETE, processXML);

    function processXML(evt:Event):void

    {

    cons_xml = new XML (evt.target.data);

    gotoAndPlay (2);

    }

    Any help on this would be greatly appreciated


    You said you use PHP to send the name of the Flash file.  If the php file you provide only the name of the xml file that you need to load, then you will have to load the xml file in the same way that you show in your last set of code where you say that load you it directly.

  • Cannot create files in the database by using the PHP Data Service

    Hello, I was stuck on this during a few days and get up and down for this on the net, no response, I found did work, so I come back to you...

    Here are the steps I took, I think that's pretty standard

    1. I have a macbook pro running osx 10.7.3

    2. I installed MAMP default all the (I've acually reinstalled this because someone suggested it could fix)

    3. via phpMyAdmin, I created a database called my_test

    4. in this database, I created a table, it is the export of this table: (I also tried with InnoDB, which is the default)

    CREATE TABLE 'client')

    int (10) 'id' unsigned NOT NULL AUTO_INCREMENT,

    'name' varchar (50) NOT NULL,

    'email' varchar (150) NOT NULL,

    PRIMARY KEY ('id'),

    UNIQUE KEY 'id' ('id')

    ) ENGINE = MyISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT = 1;

    5. I created a new project of Flx (running Flash Builder Premium 4.5.1)

    Project name: PHPTest

    Type of application: Desktop (although I did the same thing with the Web and got the same results)

    > > Next

    Type of application server: PHP

    Web root: / Applications/MAMP/htdocs /.

    Root of the URL: http://localhost: 8888 /

    Click on "Save Configuration" and who worked

    Output folder: / Applications/MAMP/htdocs/PHPService (default value of Flash Builder)

    > > Finish

    6. in the Data/Services on the background tab, I click on "connect to data or services...". »

    Select "PHP".

    > > Next

    Select «Click here to generate a sample»

    Select the option "Generate database"

    User name: root

    Password: root (default for MAMP)

    Host name: localhost

    Server port: 8889 (default for MAMP MySQL port, the default HTTP port is 8888, which, in both cases, seems to work, but all the videos I've seen that use MAMP on youtube uses 8889)

    Database: my_test

    Click 'Test connection' (work)

    Table: customer

    Primary key: id of (this field is dimmed and Flash selects Builder 'id', which it appears in the SQL table)

    > > Click OK

    7. then if I do not have the Zend Framework folder in my/Applications/MAMP/htdocs/folder it tells me its going to do this and I mean. Then Flash Builder said some things about how it really is for testing, not production server ready and I mean.

    8. then it brings back me to the form of step 6 when I have the chance to select «Click here to generate a sample»

    These fields are now filled with these data automatically:

    PHP class: /Applications/MAMP/htdocs/PHPTest/services/CustomerService.php

    Name of the service: customer service

    Package: services.customerservice

    Type of data package: valueObjects

    > > Click on Next (shows all functions, which will now be availible)

    > > Click done (end shapes and she opens Dreamweaver in the php file it created CustomerService.php that I didn't need to change so that I have that closes down)

    9. back in Flash Builder I switch to design mode and drag a datagrid control onto the large white area in the Middle, no matter who is called.

    10 slide below in the Data/Services on the bottom tab I click the "GetAllCustomer" function on the top of the data grid.

    I say yes to bounce, then click ok and the display of the data grid is updated with the columns of the 'customer' table in mySQL.

    (Now I would like to say that when I hit save and compile it, if I actually had documents in this table I have insert via phpMyAdmin, this is displayed in the datagrid control) So for all the CRUD, I am able to get the R which is read)

    11. now go back to the designer view in Flash Builder, I'll create a form to create the table records... (I guess this isn't really a step)

    12. in the data on background tab/Service I select the function 'createCustomer' and then there is an icon called "Form generating" that looks like a white sheet of paper with a sprocket on the bottom of things.

    13. This opens a new form and because I don't have a crazy bunch of fields in my table I click just finished (if you click then you can specify which fields you want to exclude from the form, but this time I don't have to)

    14. This creates actually 2 forms if you look at the code, the second shows just the return type of when you click on the button 'CreateCustomer' on the first form. Because they overlap in design mode I drag the form so you can see the entry form, the return form and the datagrid

    15 then I save and compile...

    (Also if your reading this fact does not delete the field in form of code, I get the same result, so be it, but if you do not delete the form field in the code/design you must also update the function button do not deal with the id before he is deported to the php page, since in this case the MySQL table's auto_increment sorry id value that does not have a lot of) sense, but this small area does not matter much anyway)

    16. now fill some data you want for name and email, try different numbers in the field id as 0, nothing, 1, 1000, then click on 'CreateCustomer '.

    (For me that nothing happens, no return is put on return, no error appears and the datagrid control is not updated with the new record, passing also to phpMyAdmin and checking her browse the table does no changes, I know that the button calls the function because if I add a state change it in this function of changes) , it seems that the line:

    createCustomerResult.token = customerService.createCustomer (customer2); does nothing)

    So no idea what is wrong here, I am convenced that's something stupid easy simple, I can't see it.

    So, I thought about it after 24 hours to post my question and probing every thing I could think about. I've been stuck with this problem for over a week, so I'll give myself credit for this one...

    userService.commit ();

    need to be added at the end of the function of button to force flex to do what seems every tutorial that I've ever read on how to do online is no need or mention, don't know why it worked without them but at this point I don't really like.

  • problem with the chain (from database) to the php variable

    This will probably be an easy question for some of you, but I'm having a problem to assign a string to a php variable. I have several RSS feeds stored in a database. the stored information includes the RSS feed name, link to the actual site, link for just the RSS feeds for the site, etc...

    I'm running a / loop to generate the RSS feed. the result is simply the title of the site and the last 8 articles of the site. everything came out fine, with regard to the actual display and the title of the rss feeds showing upward, but I can't plug the RSS feed link without getting an error. This is the code I'm using (is all the code, but it's the only part that gives me bad):

    <? PHP include('RSS/rss_fetch.inc');

    $rss = fetch_rss ('RSS feed link goes here');
    table shows 8 results
    $items = array_slice ($rss-> points, 0, 8);
    Scroll through each element and echo
    foreach ($items as $item)


    {? >}

    the bold line is the only place where I am running into a problem. I have the correct rss feed link stored in the database. I would reference him in my code

    <? PHP echo $row_resourceFeed_rs ['rssLink'];? >

    However, if I replace the current link (the one in bold above) by the php in the database call, I get an error. can someone tell me please how to extract the link RSS feeds on the line in bold?

    mathruD wrote:

    $rss = fetch_rss ("");

    You cannot nest tags PHP inside a block of PHP code.

    The following should be all you need:

    $rss = fetch_rss($row_resourceFeed_rs['resource_rssLink']);
    
  • Coloration of the code for the PHP files using CSS

    Coloration of the code for the PHP files using CSS

    The Situation:

    It is possible to mix PHP and CSS so that you create a PHP file and it is served to the user in a CSS file. It works just like writing a normal PHP file which is then processed and used in HTML. To do this, you create a PHP file and at the top of the file, you add the following line of code:

    <?php header("Content-type: text/css"); ?>

    This line tells the browser that the file is CSS instead of HTML. Fantastic.

    Here is a link to a more detailed article on the subject: http://www.barelyfitz.com/projects/csscolor/

    The problem:

    The problem is that when I create a PHP file in Dreamweaver code colors in the document like PHP for PHP and HTML to CSS code code because it still thinks the document is supposed to be a HTML document. Is there a way to change the style of this situation? I find that code coloring to normal CSS files is really useful and would like to be there instead of just black text.

    Other information:

    I already have this submitted a feature request to Adobe, but I never heard back. Does anyone know how to do this now?

    I would really like to see the code coloring to adapt to the content type of the file, when the file is PHP. So if no content type is specified, values by default in html format, but when it's CSS, code coloring so a coloration of the different code is used. It could also adapt to files JS, XML files, the works. But really, I just want to add the PHP/CSS code coloring.

    I'm certainly not an expert, and this is my first time looking at the file,

    but it looks like the section.

    "ID ="CSS"doctypes ="CSS"priority '50' = > ' see the style css and

    the and refer to where the design must

    be applied. If that is correct then the code you provided should style

    It all starts after the

    and ending with another php code? It should be then that a

    tag additional php to be present in the document of 'close' the

    blowdry.

    And the continuation of this line of thinking, I have just that in the (php-> css)

    file. I placed my code. Then

    After the CSS, I placed another block of php: and it works!

    The CSS is styling just like should the CSS.

    Logically, you need that, and it seems to work ok for me without it. If Yes, you can change "" to be more explicit and less impact for PHP parsing, such as ' /DW/ '.

    Haha, Unfortunantely, PHP is more the same color scheme. He

    went from normal red blends what the html code looks like

    scheme (blue with quotations from green text). Fortunantely this configuration is far

    more convenient than the previous color coding!

    All subsequent PHP Directives are coloring properly for me - it's just the first one that triggers the coloration (e.g. ) is not. What do you see?

    If, therefore, in the XML file you added in CodeColoring.xml, you can change:

    scheme = "outerTag.

    is similar to the colouring of the PHP Directive:

    scheme = "customText" id = "CodeColor_PHPScriptBlock".

    This causes the entire PHP directive is red color - not optimal, but a little better.

    HTH,

    Randy

  • How to include the .php file in .shtml using SSI

    Hello

    I just finished with my "Contact Us form" for my site and have some problems with running it. I have a .shtml file in which I would include a contact form join us file http://mydomain.com/includes/ContactUs.php http://mydomain.com/contact-us.shtml . Now, saw my web page "Contact us" as a file *.shtml with ContactUs.php file included, I can run the form but I can't send emails.  If I change contact - us.shtml contact - us.php form runs perfect but I can not use other includes on this file as a logo, header, footer etc. How I could include a .php file in a .shtml file and runing time the .php script included and understandably?

    Thank you!

    Keep things simple.

    Your html file using a syntax such as " [an error occurred while processing the directive] " to include an SSI file. Your server requires either (1) that the html file will have the extension .shtml or (2) you turn with a .htaccess file to force the server to scan all files html for SSIs. This is generally not a good idea.

    PHP files are already processed on the server. Integrate SSI the same way files, but the syntax is a bit different: " ". ""

  • Unknown column in the PHP/MySQL field list

    I created a feedback form for our airshow site and it works great. I now create some pages of the review, which are also working well, then

    ... I decided to improve one of the review pages and now it does not work... sigh.

    We ask stakeholders to provide their zip code and I have a vision showing the number of responses by postcode, this works very well and can be seen here http://www.hollisterairshow.com/feedback-results.php , so I decided to improve it by adding the City / State based on zip code. I created a new table called 'postcodes' and imported a list of zip codes and city / state info - all the 42,000 + of them.

    The PHP/MySQL, who works is illustrated below

    <? PHP
    Connect MySQL

    $query = "SELECT zip, COUNT (zip) ZIP GROUP BY feedback";

    $result = mysql_query ($query) or die (mysql_error ());

    Print results
    While ($row = {mysql_fetch_array ($result))}
    echo $row ["zip"]. " ". $row ['COUNT (zip)'];
    echo "< br / > ';
    }
    ? >

    As I am now faced with two tables, I thought that I had to add the name of the table in any field, so I added the names of tables and fields to the new table so

    I changed the PHP / MySQL as follows

    <? PHP
    Connect MySQL

    $query = 'SELECT feedback.zip, COUNT (feedback.zip), zipcodes.citystate OF feedback codes postal WHERE feedback.zip = zipcodes.zipcode GROUP BY feedback.zip';

    $result = mysql_query ($query) or die (mysql_error ());

    Print results
    While ($row = {mysql_fetch_array ($result))}
    echo $row ['feedback.zip']. " ". $row ['COUNT (feedback.zip)']. " ". $row ['zipcodes.citystate'];
    echo "< br / > ';
    }
    ? >

    and it fails when I run it says ' Unknown column 'feedback.zip' in "field list '"

    I would be grateful any suggestion on this, I am new on this PHP/MySQL stuff.

    Thank you

    Tony

    Tables listed in the From clause must be separated by commas. As it is, it is evaluated as an alias.

  • Implements the php function in dreamweaver cs4 / cs5

    Hello
    I did a framwork for my company which develops using php.
    It would be nice to not always have to explain the use of the functions, implement dreamweaver, possibly through the extension, the intellisense for these functions.

    when using the shell function requires for example tells me that the function accepts a string of. in the case of mysql_connect are invited to enter the hostname etc...

    It is very important to implement something like this to my duties

    is this possible?

    Hello Ciro,

    I'm not sure I understand all the problems you are having, but I'll try to answer... ask once again if you have other questions.

    If you want to offer codehints for your own framework, the best thing is to simply use the tool "codehints situ. You can create a "preset" with your frame, which can then be exported and imported by other users. For the most part, the usecases, I think this should probably be all you need to do.

    Now, there are cases where the default engine may not recognize all the indications you want to offer (for example you have global variables defined using the extract() function); It is always possible to add these tips, but it's a little more complicated, ask again if you need help (as a starting - point you can watch the "Drupal" pressed for codehints, it refers to a file in your home directory "user configuration"). BTW, the "builtin" CMS codehinting presets defined in [Config file] / Shared/Dinamico/Presets - seek how Drupal is described and you can easily make a similar description for your own framework (and install it as an extension and other support if necessary files).

    Now - if you want to add tooltips to description for your advice (such as those for the php builtin tips) - it is possible, but, unfortunately, not as easy as it could be (*). However, if you want to add those, it's quite possible: just look at how the builtin flags are set (basically, you must prefix your member function/class/class / variable/etc.)  with a comment that says something like "/ * @file_name.xml #description_tag * /;" the "file_name.xml" is located in the Descriptions/CodeHints folder, if I am wrong - look here for how ToolTips are described; It is essentially a list of key / value with the 'key' is the 'description_tag' and the value is the HTML (exhaust) content of your ToolTip).  Unfortunately I don't have access to an installation of Dreamweaver now so I can't tell you for sure, but if you can't manage ask again and I'll give you more details tomorrow.

    Finally, on the 'today' function: as I understand it, your frame redefines a PHP builtin function - and you want the codehint to change, too? I can't say with certainty that it will work without trying... but if you add in the codehints 'in situ' a file that contains your definition of "today", it can replace the builtin. If it does not (and in fact, I fear that it does not work) - then your only options are (A) disable the builtin "mysql" makes allusion to one of the options, or (B) manually (or via an extension) rewrite the file that says tips for 'today', so that you remove this function.

    Hope that helps,

    Virgil.

    (*) PS: This feature (the description ToolTips) is actually intended to be used in-house - by Dreamweaver so I doubt that it will be recorded. Initially, we wanted to show the comments the user as "description tooltips" PHPdoc... but it is surprising how the complications (problems of formatting HTML vs non-HTML, javascript in comments comments, etc.)- so eventually we ran out of time and decided to keep 'internal use of DW. Who knows, maybe it will work more "user-friendly" in future versions of DW

  • restrict access to the php page problems

    I'm trying to use the dreamweaver php restrict access server behavior and will have success on both my local maching and my own host. However, the same script does not work on the server of a customer hosted by Verio on a Windows shared hosting plan.

    index.php = login page
    Login.php = forwarding connection failed
    client.php = page with a script to restrict access.

    If I remove the script of restricted access, I was able to connect fine and see page client.php. However, if I understand the access restricted in the client.php script, I get kicked to the login.php page. I only check the username and password, not the user level.

    Here is a brief overview of the two assemblies

    localhost:
    MacBook pro running apache
    PHP 5.2.0, mysql 5.0.22
    register_globals = Off

    Client server:
    Host = verio
    Windows shared hosting plan
    PHP 5.2.0, mysql 5.0.24a
    register_globals = Off

    Session settings are the same as the file phpinfo.php (with the exception of the local value of the session.save_path to the verio server)

    I can return the value of the username (and pass) using the {print $_SESSION ['MM_Username'] ;} on client.php page when I comment on the script to access restricted on the client files.}

    I wonder if there is a php setting that is causing the problem?

    Any help is greatly appreciated.

    Kind regards

    Mike

    According to media, the current windows has limited hosting plan supports for php scripts.

  • reactivate the PHP tab on the Insert bar

    I've explored the windows last night and found a few very interesting which has also however, I accidentally disabled one which I use often: the PHP tab in the Insert bar. I could customize the favorite tab for everything PHP in there, but I want it to be the way it was.

    I already did a search on the matter and found nothing so please redirect me if I do not have the answer, otherwise I would be grateful of any information.

    Thank you
    DynV

    Work on a PHP page in time?

    --
    Murray - ICQ 71997575
    Adobe Community Expert
    (If you * MUST * write me, don't don't LAUGH when you do!)
    ==================
    http://www.projectseven.com/go - DW FAQs, tutorials & resources
    http://www.dwfaq.com - DW FAQs, tutorials & resources
    ==================

    "DynV" wrote in message
    News:g9989o$54b$1@forums. Macromedia.com...
    > I was exploring windows last night and found a few very interesting
    > prepared that way however, I accidentally disabled one which I use often:
    > the
    > PHP in the Insert bar tab. I could customize the favorite tab for all the
    > PHP
    > elements in there, but I wish she was the way it was.
    >
    > I already did a search on the matter and found nothing so please redirect me if
    > I
    > missed the answer, if not I would appreciate any information.
    >
    > Thank you,
    > DynV
    >
    >
    >

  • Access to the php.ini file

    Hello

    I tried to get access to the php.ini file. But I always get the answer: 404 the/etc/php/apache2 requested URL was not found on this server.

    The path is: https://192.168.1.101/etc/php/apache2

    ReadyNAS-102, SSH is enabled, OS 6.2.5

    With witch tool and how do I open the path to the php.ini file?

    Thank you

    Thomas

    Thank you for your help.

    I made this way, but I suggest to use WinSCP instead of PuTTY. WinSCP is also free and much more comfortable than the PuTTY.

  • do not understand the tag edition - someone explain please

    I have been advised to get the titles in order by editing tags, but cannot understand what it means.  I installed MP3Tag and navigated to the folder with my podcasts in it, then clicked on 'Select folder'.  The 'tag' says the same thing for the whole column, and I do nothing make changes except 'remove tag '.  I can't understand the instructions - they assume that I know already a little on the tags.  What should I do so that the files in this folder will be displayed in alphabetical/numerical order on my Clip instead randomly?

    If you ever have a newbie with this problem, tell him to check properties\details\ #.  I never assign numbers track to my podcasts, and various had 0 or 1, give me a random order when I copied them on my Clip.  I feel stupid, but it's good to have learned this.  Thanks for mentioning the order of songs.

Maybe you are looking for

  • Photosmart eStation C510 does not print

    Hi my (?) Photosmart eStation C510 printer does not print! I checked all settings changed ink cartridges, it will print a color image, but it will not print black and text is missing from the photo - I cleaned the printheads three times. I found the

  • 5 - file already opened it occurs without open instance of Excel.

    Questions about my particular problem have been published several times and I've studied all.  But this problem is slightly different from what I found on the forum.  This issue I'm fighting for the past two weeks and I can't seem to find a solution

  • F8 doesn't work only on the page on the WIndows XP installation license agreement

    I formatted the drive and installing Windows XP on my desktop using the CD provided to Dell. When I get to the license agreement page, I scrolled down to the options screen and I saw 'ESC and F8 '. I hit "F8" on my keyboard and seems that the phone d

  • How can I get my code to continue when this error message appears?

    First of all, what is the error attached message telling me, which is the result of relying on continuous. Then my program will run for a while without operator, is there a way for all error messages to process automatically, so that the program cont

  • Update the Firmware on SG200-18

    I need to update the firmware on the SG200-18 to the latest version. Which of these links, and subsequently, what file I need to download for that (I just need English)? http://software.Cisco.com/download/type.html?mdfid=283783779&flowid=24309 Thank