Is this a problem re CONCAT: David Powers, or a problem of magic quotes...

I tried to understand this with the posts (and some info on the site of David, etc.), and I can't seem to understand the real problem.

I'm working on a tutorial and I can't know if the error message is correct and this is an incorrect encoding inserted by DW (and if so, I can't understand what it takes to correct) or

If there is a problem with DW8.0.2 like what will fix the fix that seems so hard to get, or

If this goes in the direction of an example of why magic quotes must be turned off and if so, where and how can I turn off the correct code, and if not, how could it be properly corrected?

Here is the error message:
Parse Error: parse error, unexpected '=' expected ', 'or')' in < dittos > on line 34.

Here's the code that reference:
32 $Search_rsSearch = "abc";
33 cases (isset(#txtSearch#)) {}
34 $Search_rsSearch = (get_magic_quotes_gpc())? #txtSearch #: addslashes(#txtSearch#);
35}
36 @mysql_select_db ($database_dorknozzle, $dorknozzle);
37 $query_rsSearch = sprintf ("SELECT * FROM EmployeeStore WHERE ItemName AS CONCAT('%%', %s,)")
(') ", GetSQLValueString ($Search_rsSearch,"text"));
38 $rsSearch = mysql_query ($query_rsSearch, $dorknozzle) or die (mysql_error ());
39 $row_rsSearch = mysql_fetch_assoc ($rsSearch);
40 $totalRows_rsSearch = mysql_num_rows ($rsSearch);

I use php4.4.4, mysql5.0.24, apache2.2.3

Thank you
Jeff G.

xViPERed wrote:
> If there is a problem with DW8.0.2 like what the software fix that
> seems to be hard to get set,.

That will fix the part of your problem, but the error is caused by something
Another thing:

> Here is the error message:
> Parse Error: parse error, unexpected '=', expected ","or")" in
> on line 34.
>
> Here is the code it refers:
> 32 $Search_rsSearch = "abc";
> if 33 (isset(#txtSearch#)) {}
> 34 $Search_rsSearch = (get_magic_quotes_gpc())? #txtSearch: #
> addslashes(#txtSearch#);
> 35}

# is one of the characters used to comment on the part of a PHP script. I have
think you have received it in the Dreamweaver Help files, which
damage especially on this point. The show the runtime value
expression as #formFieldName #, which isn't a ColdFusion, PHP model. You
need to replace #txtSearch # with something like $_GET ['search'] or
$_POST ['search'].

What makes matters worse, is that the code inserted by 8.0.2 without the
fix is also incorrect. Line 34 should be something like this:

$Search_rsSearch = $_GET ['search'];

Line 37 is also wrong.

> 37 $query_rsSearch = sprintf ("SELECT * FROM EmployeeStore ItemName WHERE AS")
> CONCAT('%%', %s,)
(' > ' %%') ", GetSQLValueString ($Search_rsSearch,"text"));

It should be this:

$query_rsSearch = sprintf ("SELECT * FROM EmployeeStore WHERE ItemName")
LIKE "%s", GetSQLValueString ('%'. $Search_rsSearch.) '%', 'text'));

--
David powers
Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
http://foundationphp.com/

Tags: Dreamweaver

Similar Questions

  • same old same old: the appeal of David Powers

    It was interesting to watch and read comments recently about the tangle of DW with database-driven sites.

    I use DW CS6 (12.03) Mac with Mountain Lion and have installed MAMP and runnning.

    I'm done religiously tute David Powers here.

    Question:

    Why am I getting her "dynamically files cannot be resolved due to an internal error" when I go to the page with the Live button?

    The page displays empty... Laughing out loud

    Can someone tell me the possible cause?

    I wonder why Adobe has left this for 3 years when (after all updates) the message is still displayed and development stops.

    Are the defective tutorial files, or am I missing soemthing?

    David: can shed you some light on this please?

    In order to track the problem, I created a new site on my MacBook Air running Mountain Lion and followed the steps in the tutorial, using a new download of the files. Everything worked exactly as planned.

    After finishing, I checked the version of Dreamweaver CS6. It turned out to be the original 12.0. I tried to apply the update 12.03, but could not. So, I uninstalled and downloaded again CS6. However, because I have a subscription to creative cloud, when I have updated the program, he maintained at 12.2.

    Also, I copied your code of the forum and who was running. It also displays correctly.

    I don't know if there is a problem with CS6 12.03, but it seems highly unlikely because the files work fine in Dreamweaver CC as well, even if I do not have the server behavior extension installed.

    The unusual thing only I see in your screenshots is the wildcard: php_test in the privileges of phpMyAdmin. However, we should not make a difference because Dreamweaver must clearly connect seamlessly to your database.

    The only other thing I see as a possible cause is the server parameter in the site configuration dialog box. Make sure that the check box is selected, not away.

  • Help with Adobe Dreamweaver tutorial (by David Powers)

    When you use Dreamweaver tutorial Adobe (create your first website by David Powers), I met my only problem to step 18 of the fourth part.  The insctruction is as follows:

    "Once you added properties to all the three rules, press F5 or click once in Design view to refresh the view.

    Look at what happened to the text. The h2 title has turned blue; the h3 title has been resized and now fits on a single line; and the text of the paragraph has been reduced in size (see Figure 16). »

    My problem is that changes to the text of the said does not happen.  Step 17 is a code to change the text as described above, and I entered the text, verbatum, checked several times (it was entered correctly).

    Here is a link to the fourth part tutorial): http://www.Adobe.com/devnet/Dreamweaver/articles/first_website_pt4.html

    I had no problem until then and have done everything that the tutorial has loaded.  It is extremely detailed and everything that preceded eighteen number should be correct.

    Is that what the Cill problem someone please suggest me?

    Thank you.

    hello020 wrote:

    I entered the text, verbatum, checked several times (it was entered correctly).

    If it has been entered correctly, it will work as described. So, obviously there's a mistake somewhere. But as John pointed out, we must see what you've done to identify the problem.

    It would also help if you describe what happens. Say that something is not working is only half of the story. If something unexpected happens, that often gives a clue as to where the error is located.

    Common errors in the CSS are mix upward of colons and semicolons (or them leaving aside). You should also check that your opening and closing braces match. In addition, the color used in one of the rules is #00b4e1 . The first two characters after the sign of hash are zeros, and the last character is the number one. It's small errors that can make a big difference.

  • Seek help from David powers once again, please

    David,

    I am using your drop-down list of the script files page 197 of PHP Solutions. I have adapted successfully to read a list of PDFs of my subdirectories. The list of files is not on a base of data, but read in directly from a subdirectory.

    However, for the life of me, I can't understand how actually do one load the PDF file. I tried every syntax/combination in the action property that I can think of with no luck.

    What I would do is either: 1) select the PDF in the drop down menu and then have it load in the browser or the 2) select the PDF fromt the drop down then press a button 'Download' and the file to load in the browser.

    Can you please help me understand this?

    Thanks in advance. Here is my code so far.

    Glenn

    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
    "< html xmlns =" http://www.w3.org/1999/xhtml "> "
    < head >
    < meta http-equiv = "Content-Type" content = text/html"; charset = iso-8859-1 "/ >"
    drop down Image < title > < / title >
    < / head >

    < body >
    < form id = "form1" name = "form1" method = "post" action = "PDF files / <?" PHP echo $_POST ['pix'];? "> .php" >
    < p >
    < select name = "pix" id = "pix" >
    < option value = "" > select a picture < / option >
    <? PHP
    include('Includes/buildFileList5.php');
    buildFileList5 ('PDFs');

    ? >
    < / select > < label > < / label >
    < /p >
    < p >
    < label > download
    < input type = "submit" name = 'Download' id = 'Download' value = "Submit" / >
    < / label >
    < /p >

    < / make >
    < / body >
    < / html >

    GEAtkins wrote:
    > Now, I get this error in download.php.
    >
    > Parse error: syntax error, unexpected T_STRING in
    > C:\xampp\htdocs\Garrison\download.php on line 21

    It's the kind of mistake that you should be able to diagnose quickly by
    looking at the code coloring. The error is mine, because I was
    just by typing in a News Reader, but the cause becomes immediately visible
    in Dreamweaver code view, because several lines after the leak of slash
    became red. This means that the following lines are treated as
    part of the chain. A backslash before a single quote, it turns
    in a quotation mark in a string.

    The answer is to escape the backslash:

    > $filepath = ' C:\xampp\htdocs\Garrison\PDFs\'.$getfile;

    Should be this:

    $filepath = ' C:\xampp\htdocs\Garrison\PDFs\\'.$getfile;

    You can also use forward slashes for the separator of directory like this:

    $filepath = ' C:/xampp/htdocs/Garrison/PDFs/'.$getfile;

    --
    Adobe Community Expert David Powers
    Author, "The Essential Guide to Dreamweaver CS3" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Help please David powers

    David,

    I use redirection to a personal page on page 515 of The Essential Guide to DWCS3 in the following form: $_SESSION [MM_Username] .php in the field "If the connection is successful.

    This does work for me the first time, that loading of the login page. I get a 404 error. However, it I click the back button and try it again it works. I have a hypothesis that the Session variable is used before the username, it draws from the DB, but I don't know enough to be sure. I tried to move the lines of variable assignment and he screwed up royally.

    This is performed on a live server. Below is my code that works if I hit the back button. Any help would be greatly appreciated.

    Thank you.

    Glenn

    <? php require_once('.. / Connections/connatkinsdb.php');? >
    <? PHP
    If (! function_exists ("GetSQLValueString")) {}
    function GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
    {
    $theValue = get_magic_quotes_gpc()? stripslashes ($TheValue): $theValue;

    $theValue = function_exists ("mysql_real_escape_string")? mysql_real_escape_string ($TheValue): mysql_escape_string ($theValue);

    Switch ($theType) {}
    case 'text ':
    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";
    break;
    case "long":
    case "int":
    $theValue = ($theValue! = "")? intval ($TheValue): 'NULL ';
    break;
    case "double":
    $theValue = ($theValue! = "")? « " ». doubleVal ($TheValue). "" "": "NULL";
    break;
    case "date":
    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";
    break;
    case "set":
    $theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;
    break;
    }
    Return $theValue;
    }
    }
    ? >
    <? PHP
    Validate request to connect to this site.
    If (! isset {})
    session_start();
    }

    $loginFormAction = $_SERVER ['PHP_SELF'];
    If (isset($_GET['accesscheck'])) {}
    $_SESSION ['PrevUrl'] = $_GET ['accesscheck"];
    }

    If (isset($_POST['username'])) {}
    $loginUsername = $_POST ['username'];
    $password = $_POST ["pwd"];
    $MM_fldUserAuthorization = "admin_priv";
    $MM_redirectLoginSuccess = "$_SESSION [MM_Username] .php ';
    $MM_redirectLoginFailed = "... / Area/loginfail.php of the user;
    $MM_redirecttoReferrer = false;
    @mysql_select_db ($database_connatkinsdb, $connatkinsdb);

    $LoginRS__query = sprintf ("SELECT name from user, pwd, admin_priv FROM users WHERE username = %s AND pwd = %s",
    GetSQLValueString ($loginUsername, "text"), GetSQLValueString ($password, "text"));

    $LoginRS = mysql_query ($LoginRS__query, $connatkinsdb) or die (mysql_error ());
    $loginFoundUser = mysql_num_rows ($LoginRS);
    If {($loginFoundUser)

    $loginStrGroup = mysql_result($LoginRS,0,'admin_priv');

    Declare two session variables and assign them
    $_SESSION ['MM_Username"] = $loginUsername;
    $_SESSION ["MM_UserGroup"] = $loginStrGroup;

    If (isset($_SESSION['PrevUrl']) & & false) {}
    $MM_redirectLoginSuccess = $_SESSION ["PrevUrl"];
    }
    Header ("Location:".) $MM_redirectLoginSuccess);
    }
    else {}
    Header ("Location:".) $MM_redirectLoginFailed);
    }
    }
    ? >
    ? >

    GEAtkins wrote:
    > I use redirection to a personal page on page 515 of the essential
    > Guide of DWCS3 in the following form: $_SESSION [MM_Username] .php in the "if".
    ' > connection is successful "field.

    Thank you for reminding me. There is a mistake in the book, I
    discovered during the Christmas period, if you forgot to send to friends of ED
    for the errata page.

    Do not use $_SESSION [MM_Username]. Use $loginUsername instead. He then worked.

    --
    Adobe Community Expert David Powers
    Author, "The Essential Guide to Dreamweaver CS3" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and PHP by David Powers

    The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and PHP by David powers:

    This book would help me learn more about Spry and Ajax and how applications may be lodged with them, if I have my e-commerce site works on a compiled C code cart (ShopSite) but supports scripts PHP server-side or is - this only for shopping carts based on PHP itself (like X-Cart)?

    I'm not sure. Someone please let me know if I can buy this book. Thank you.

    ahsenabro wrote:
    > 1. What I need to be a developer/programmer to learn from this book or
    > can a savvy entrepreneur can also get some gems out of it and direct sound
    > programmer?

    You don't need no prior knowledge of PHP or Ajax, but you must
    know the basics of HTML and CSS. As I say in the introduction, "You."
    don't need to be an expert, but do not have a curious mind.
    It teaches the basics of web site design, or he's trying to list
    each unique feature in Dreamweaver CS3. There are many other books
    to fill this gap. However, by working through this book, you will gain a
    in-depth knowledge of the most important features of Dreamweaver.

    > 2. I am interested in buying this book especially to implement cool Ajax/Spry
    > stuff on my e-commerce site. I wonder about PHP, because the content of the book
    > mentions making a PHP site. Now I realize this book isn't on purchases
    > carts, but the Ajax/Spry stuff can be implemented on e-commerce sites, right?

    The book provides detailed coverage of the features of Spry 1.4
    Dreamweaver CS3, which can be applied to any site. With minor
    adjustment, you can also use Spry 1.6. It is important to realize,
    However, the features of Spry/Ajax in Dreamweaver CS3 * cover of no
    asynchronous requests to the server. The ability to communicate
    asynchronously with the server has been added in Spry 1.6. If it has
    the asynchronous server calls and answers you are looking for, your
    programmer will need to dig into the documentation for Spry 1.6 on the
    Adobe Labs site and manually code it.

    The Spry features covered in the book are Spry, Spry UI widgets effects
    (menu accordion, tabbed and folding panels), Spry
    Widgets of validation and Spry XML data sets.

    > I just want to know if I can learn and implement Ajax/Spry apps on my
    > HTML/CSS-based simple pages, on a server that allows PHP scripts on the server side
    > but the pages themselves are not with the .php extension. This book is still going
    > apply?

    Yes. All Spry techniques can be used on any web page. This is not
    you have to be a PHP one.

    --
    Adobe Community Expert David Powers
    Author, "The Essential Guide to Dreamweaver CS3" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • OT: Question for author David powers

    Hi David Powers.

    I was wondering if I could order this book (as in "early" command) "PHP Solutions: Dynamic Web Design Made Easy." When this work is published in the market? I think you had mentioned this a while back in the middle of November of this year (2006), no?

    Finally, I love your book, "PHP for Dreamweaver 8" and you've probably noticed that I'm recommending other participants your book several times already. Because it's a book excellent, excellent. I mean! Like no other! * hands down *.

    I really recommend that you wrote this book rather eloquencely a concise, clear and precise, to discuss or present information at all on PHP working around in/with DW8. Thank you very much, David Powers!

    Thank you, Brian, aka DWD

    Deaf Web Designer says:
    > I was wondering if I could order this book, 'PHP' (as in 'early bird' command)
    > Solutions: Web design Dynamics Made Easy. "When this book is distributed in
    > market? I think you had mentioned this some time ago in the middle of
    > November this year (2006), no?

    "PHP Solutions" are available for pre-order on Amazon (and probably
    other online stores). The official publication date is November 20, and
    I understand that the book is on schedule. He was sent to the last printing
    Friday. You can see the details of what the book contains, together
    with direct links to some stores online, by visiting my site to the
    following address:

    http://foundationphp.com/phpsolutions/

    I would like to point out that there * not * a book of Dreamweaver. It emphasizes
    entirely on PHP coded manually. Some of these techniques in the book copy
    which is already automated for you by Dreamweaver. However, there is a
    a lot of other material that does not support Dreamweaver. So I hope
    Dreamweaver users will also find the book useful.

    It will also be published as an e-book (available through the Apress
    site). There is a special offer on the last page of the printed version
    for all those who want the printed and electronic versions.

    Online stores are displayed just in case any confusion, the
    book as having a purple cover, which is very different from that
    shown on my site. Purple cover was just a mockup out my
    editors several months ago. I expect they will get finally round
    showing actual coverage, which is a kind of matte gold - and in my opinion,
    much more enjoyable.

    > Finally, I love your book, "PHP for Dreamweaver 8" and you probably
    > noticed I have recommend other participants your book several times already.
    > Because it is an excellent book, excellent. I mean! Like no other! * hands down *.

    Thank you, Brian, I'm glad you like it. I also hope that "PHP Solutions"
    the height of your expectations.

    --
    David powers
    Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    http://foundationphp.com/

  • After updating my iPhone 6 (9.3.4) the WiFi signal becomes very low! I did everything, but the problem does not stop! I don't a not update my other devices &amp; their very good WiFi signals. Please help me solve this terrible problem...

    After updating my iPhone 6 (9.3.4) the WiFi signal becomes very low! I did everything, but the problem does not stop! I don't a not update my other devices & their very good WiFi signals. Please help me solve this terrible problem...

    Here's a tip for the user on the problems of Wi - Fi. Suggest from the top and bottom. Maybe one of them will help you.

    (1) restart you device.

    (2) resetting the network settings: settings > general > reset > reset network settings. Join the network again.

    (3) reboot router/Modem: unplug power for 2 minutes and reconnect. Update the Firmware on the router (support Web site of the manufacturer for a new FW check). Also try different bands (2.4 GHz and 5 GHz) and different bandwidths (recommended for 2.4 to 20 MHz bandwidth). Channels 1, 6 or 11 are recommended for 2.4 band.

    (4) change of Google DNS: settings > Wi - Fi > click the network, delete all the numbers under DNS and enter 8.8.8.8 or otherwise 8.8.4.4

    (5) disable the prioritization of device on the router if this feature is available. Also turn off all apps to VPN and retest the Wi - Fi.

    (6) determine if other wireless network devices work well (other iOS devices, Mac, PC).

    (7) try the device on another network, i.e., neighbors, the public coffee house, etc.

    (8) backup and restore the device using iTunes. Try to restore as New first and test it. If ok try to restore the backup (the backup may be corrupted).

    https://support.Apple.com/en-us/HT201252

    (9) go to the Apple store for the evaluation of the material. The Wi - Fi chip or the antenna could be faulty.

    Council: https://discussions.apple.com/docs/DOC-9892

  • I can't access my Bank, Facebook or Twitter for weeks, how can I fix this annoying problem?

    This is ridiculous.
    I can't access my Bank, Facebook or Twitter for weeks with Firefox, how do I fix this annoying problem?
    I have to switch to another browser to access these SITES VERY COMMON?

    Hey Phillipp, your link to inspect which certificate has been the key to the solution for me. When I answered with the transmitter: Easy Tech, which reminded me of a program I loaded a long time ago.
    Of course, I deleted this program and everything is back to normal... it is of course with the exception of the years of bookmarks and other things that I lost trying to regenerate Firefox.
    Thanks for your help!

  • Welcome to nginx - is this a problem? If so, how can I get rid of him?

    Hello

    When you use Safari or Chrome to navigate to a site, I redirected to a screen saying ".

    Welcome to nginx!

    If you see this page, the web server nginx is properly installed and functional. Additional configuration is required.

    For technical support and documentation online, please refer to nginx.org.
    Commercial support is available at nginx.com.

    Please use nginx. »


    Is this a problem with the web page, or is this some kind of virus or Trojan into my computer?

    I get this message on my iPad and my Mac.

    Thank you

    Clay

    On your Mac with open Safari, go to Safari > Preferences then select the Privacy tab, then click: delete all data of the Web site and then click on it once more.

    On your iPad, tap Settings > Safari then slide downwards and press erase history and data from the Web site

    Restart your Mac and your iPad.

    It is a type of malware.

    To avoid this problem in the future make sure your iPad and Mac operating systems are up to date.

    On your Mac to open the App Store, and select updates from the menu.

    On your iPad, tap Settings > general > software update

  • No valid MX was found - is this a problem for my own hosting service or Thunderbird?

    I can send emails anywhere EXCEPT to [email protected] - when I get a failure message "No valid MX found".
    Is this a problem with Thunderbird or 1 with & 1 Internet hosting my email address?

    I hope someone can help me. I need to know how to fix it!

    Thanks to you all.

    If it is a new area, it could take days for all the necessary name servers get all the DNS records that they need. However registration in 2014 would indicate it is not this new http://www.dnsstuff.com/tools#whois| type = domain & & value =southcoaststeel.co.uk

    I'm guessing that your e-mail provider has an old record of server name without an MX record. Although the MX record support for the field is quite uneven see http://www.dnsstuff.com/tools#ispCacheLookup| type = domain & & value =southcoaststeel.co.uk& & recordType = MX

    They have a MX now, although the domain configuration does not appear to be other issues such as no record has. See http://www.dnsstuff.com/tools#dnsReport. type = domain & & value =southcoaststeel.co.uk

  • iMac asks me to enter a password to open any AND ALL PDF regardless of whether they are protected content or not - how can I fix this annoying problem?

    iMac asks me to enter a password to open any AND ALL PDF regardless of whether they are protected content or not - how can I fix this annoying problem?

    If you always use the Mavericks as your profile States, I ran repair permissions in disk utility.

    If you run El Capitan, I run first aid in disk utility and update your profile.

  • I am so tired of this bluetooth problem on my iPhone 6.  I am updated to iOS 9.3.  Anything I pair with my iPhone must be within 6 "of the phone.  What should I do?

    I am so tired of this bluetooth problem on my iPhone 6.  I am updated to iOS 9.3.  Anything I pair with my iPhone must be within 6 "of the phone.  What should I do?

    looks more like a hardware delivers then one software

  • the photos do not appear on my homepage, which is AOL. Is this a problem of Firefox or AOL?

    None of the pictures on my homepage presents except for advertising. My homepage is AOL. I contacted them, but they don't seem to know anything. Is this a problem of Firefox or AOL? I have no problem with the photos on other sites.

    You are welcome

  • When I send an e-mail, the system automatically updates the message in my PROJECT folder. This happened last week. How to stop this annoying problem?

    When I send an e-mail, the system automatically updates the message in my PROJECT folder.  This happened last week.  How to stop this annoying problem?

    I use hotmail.  (but is seriously considering moving to something else)

    You need to ask the experts of Hotmail in their forum. I've never used the program.

    Windows Live Solution Center Hotmail Forum
    http://windowslivehelp.com/forums.aspx?ProductID=1

Maybe you are looking for

  • Its satellite A210-131 driver does not support DirectSound entry

    From Premiere Pro CS3, an error message is displayed: -"Der zurzeit installierte Soundkartentreiber unterstuetzt keine DirectSound-Eingaenge"Es ist keine Audioaufnahme possible".-"The its installed card driver does not support the entry of DirectSoun

  • the connection of the given session was lost

    I have connected to the power supply IDRC DSP - 300-2, 5 HR via ethernet by VISA. After the connection system is normal. I send commands and receive responses. But when I stop and start feeding it new VISA refreshes the information on this subject. G

  • Computer will not receive Comcast Digital adapter (DTA) receiving TV signal

    Until recently I had used a tuner for my computer (and Media Center of course) to access all cable channels I ordered via Comcast. In other words, until Comcast made the switch to digital, which means I need a decoder adapter digital transport (DTA).

  • WRT300-N - all of a sudden that I can't connect wirelessly

    Today, I noticed that my tivo has not been updated (last update was 2/20) and I checked the connection and it says that my wireless connection has no signal.   So I unplugged my laptop port and brought it into the room and he says: my laptop cannot c

  • Why my .html will not show when it is attached to an e-mail?

    I published my captivate project 7.  Even if it can be displayed in the folder I recorded, it does not appear if I attach it to an e-mail.  I have attached the contents of the folder, but I click on the file ending with _fs, the screen will prompt to