Posts by HellFive Osborn • 43 points
11 posts
-
1
votes1
answer1204
viewsQ: How to pick only 1 item within an array, JSON & PHP
I’m learning a bit of json and php, I was able to display the values with the saveoffline api.…
-
-3
votes2
answers268
viewsQ: Catch string between bars of a PHP variable
How to get the string inside the first two bars (naacoclqtsafkbsk) with PHP? I get the url from GET $url = $_GET['url'] //…
phpasked HellFive Osborn 43 -
1
votes1
answer48
viewsQ: User-friendly URL receiving p/PHP value
My doubt lies in this URL: site.com/embed.php?id=a48sa4d2a3s4d65a1s5d6a1sd56 I get that amount for $_GET['id']. How can I turn into one URL beautiful and organized? Example:…
-
-2
votes1
answer108
viewsQ: Encrypt URL and reduce PHP encryption size
I’m making a basic system where I pass information like, title, url video, image... I’m creating this way because I don’t want to use database. when I’m gonna do this encryption $mp4 =…
-
0
votes1
answer553
viewsQ: How to detect if the user is accessing through a webview app
Hello, I created a webview app for my site because it is 100% responsive and adapts well on mobile devices, but in my menu has a link to you download this app, I would like to know how I can…
-
0
votes2
answers937
viewsQ: View and modify items in the database with php
I need to display the database values in these input fields and also edit them, I already have the column created, with Title & Adscode table name is website…
-
0
votes1
answer35
viewsQ: Change defined variable and receive new value via form
I have a variable $CONFIG['Sitetitle'] = 'Title of my website'; This variable is in the file config.php and included in the header to set the title of all pages. Recently create a new page for the…
-
1
votes2
answers323
viewsQ: Prevent css changes with javascript
I have a div with class footer when I’m going to style it in css and leave it on display: None; it disappears so far so good. but wanted when used css to hide that div it does not suffer any effect.…
-
-1
votes1
answer301
viewsQ: How to display a message in a clean <div></div!
How can I display a message in a div that has no content or tag. Ex: <div class="mensagem"></div> $msg = "Hello, World"; wanted to display this message of the $msg variable in the div…
-
0
votes1
answer56
viewsQ: How to prevent template modifications
Hello, I’m kind of a layman in PHP I’m learning little by little and discovering new things. i wonder how I do to prevent a certain person who owns my template, has the restriction of not being able…
-
0
votes1
answer43
viewsQ: How can I create a filter for unavailable urls? (javascript)
Hello, I was wondering how I can filter certain sub-domains that would simulate my company’s brand for example: in a free hosting the user types a Sub-domain to the address of his website. if he…