Jump to content

PShannon

Members
  • Posts

    21
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

PShannon's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. You say one folder. I'm accessing two, but not a peer folder -- consistently -- and you mock me. Says a lot about you. If you don't know. Say so. Then there's the other guy. This forum is for children.
  2. I've been doing this since 1966 and I build stuff quick and fast with patterns, components, templates, borrowed code or whatever gets me to where I want to be as fast as possible and I have no problem with tweaking code, but then again, my question had nothing to do with code. You didn't read it and if you did, you certainly didn't understand it. You did not contribute a single word responding to my inquiry. You just decided to lecture a guy you didn't know about what he needed. Now, please go away. You have nothing to contribute.
  3. The W3 code allows the user to define the directory dynamically -- kinda? -- and that is my question. Respectfully, it would be useful to understand the problem statement before responding.
  4. I have used the W3 template to produce a script that uploads image changes to a directory on my server, updates the URL in my database and logs the event. Works beautifully IF the source folder is: \Pictures or \Pictures\Personal But fails if it is any other source folder, even the peer folder \Pictures\BarImages Why?
  5. I can live with this. http://www.database39.com/page.php?id=701 Thank you . . . enjoy the holidays . . .
  6. I really hate to be a pain in the , amigo, but could you show me what that would look like -- please!
  7. Provided a workable solution to a problem I've been wrestling with for weeks in two back-and-forths.

  8. Forgive my omission. I should have identified the source up front. My bad! The target URL is stored in a MySQL database as a VARCHAR field in the "bars" table. The target "bar" is selected via a series of drop-downs -- also sourced from MySQL tables -- that answer the questions: What neighborhood do you want? Do you want a bar or a club/hotel/restaurant bar? Select from list of bars/clubs/hotels/restaurants in "neighborhood." Here's a page that shows a "selected" bar and demonstrates the application (cursor down to below image). http://www.database39.com/page.php?id=519 Again, I am extremely grateful for your consult. I can live with what you have provided, but if it can be polished that last bit by ridding the "URL/link" row above the "action" tab, that would be superb.
  9. This works! You're a bloody genius! I have been chasing this for weeks. Thank you! I could use some help cleaning it up a bit. If you look at the resulting webpage -- http://www.database39.com/page.php?id=17 -- the code produces two rows. The first row contains https://www.110grill.com/ The second, "action," row contains the legend "Website" Can the first row be made to "go away?" Again, I am very grateful.
  10. <input type="url" id="homepage" name="homepage" value="https://shakingcrab.com/">&nbsp;&nbsp;<input type="button" onclick="triggerlink()" value="go to url"> This is on the right track, but I do not have the value of the target. The value of the target is in a variable, $website. How does the <input> statement change, given that? You can see what I am trying to do here: http://www.database39.com/page.php?id=13 (cursor down, below image) I appreciate you responding. I've been struggling with this for some time . . .
  11. Can you point me to some G2 on that? Thanks . . .
  12. Because I am vested in: <input type="url" id="website" name="website" value="<?php echo "<a href='$website'>Website</a>"; ?> "> That's just one line of code from that form. There's a bunch of data in the form. Can you help me without suggesting other ways to accomplish this task? Here's how the Edge browser sees the statement at execution: <input type="url" id="website" name="website" value="'http://www.barracudatavern.com/'>Website</a> "> I know I'm close. Any ideas? I appreciate your input . . .
  13. Here's what I have: $website = "https://shakingcrab.com/" (unquoted) <input type="url" id="website" name="website" value="<?php echo "<a href='$website'>Website</a>"; ?> "> This is what the HTML interpreter sees at execution: <input type="url" id="website" name="website" value="'https://shakingcrab.com/'>Website</a> "> Thanks . . .
  14. Thanks . . . Clearly a sop to Internet advertisers who want to force feed us their stuff.
×
×
  • Create New...