Jump to content

Develop unfamiliar applications in PHP


annadaa

Recommended Posts

I remember a math teacher told us that in the United States they started doing the exercises before studying the lesson.

And I think for me it would be more motivating, easier and profitable to learn the PHP language by trying to solve some coding exercises that will be useful immediately.

Which way do you advise me to take for this?

Knowing that the hard part is not knowing the language but finding the algorithm and that often these algorithms are all ready on the internet

Take a simple example, I want to add a link sharing on viber.

I found this:

https://invisioncommunity.com/files/file/9311-whatsapp-share-service/

and this :

Quote

 

Sharing (forwarding) a message
To perform this action use the following URL scheme

 


viber: // forward? text = <Your Text>

How does it work?
With the Viber Share button you can share your mobile site directly on Viber.

Viber Share button Viber Share button, a predefined text and the current page Viber contact selected by your user.

The user will be able to edit the text.

Setting up the Viber Share button
In order to setup the Viber Share button, follow the instructions below:

1. Download Viber Share button kit.
2. Place the following code in the Viber Share Share button:


<a id="viber_share"> Click </a>
<Script>
    var buttonID = "viber_share";
    var text = "Check this out:";
    document.getElementById (buttonID)
        .setAttribute ('href', "https://3p3x.adj.st/?adjust_t=u783g1_kw9yml&adjust_fallback=https%3A%2F%2Fwww.viber.com%2F%3Futm_source%3DPartner%26utm_medium%3DSharebutton%26utm_campaign%3DDefualt&adjust_campaign=Sharebutton&adjust_deeplink = "+ encodeURIComponent (" viber: // forward? text = "+ encodeURIComponent (text +" "+ window.location.href)));
</ Script>


3. Choose one of our Viber Share button images and place it on your website within the <a> tag.
4. To change the sharing text, change the text variable:

copy
var text = "Check this out:";


5. Optional: In case you are using a variable viber_share on your website, you can change the variable to any ID.

 

 

Or try to update outdated power invision applications or try to make a vbulletin application available on invision power?
 

which way do you think would be most accessible and profitable?

where could I find help to check the work?

thanks

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...