#basicphpinterviewquestions 検索結果

"#basicphpinterviewquestions" に一致する結果はありません
"#basicphpinterviewquestions" に一致する結果はありません
"#basicphpinterviewquestions" に一致する結果はありません

1️⃣ Clean Code Series: Functions📒🧑💻 ☑️ Use default arguments instead of short-circuiting or conditionals "Code for humans not for machines" 🐘 #PHP #Laravel #Symfony

rajkbnp's tweet image. 1️⃣ Clean Code Series: Functions📒🧑💻

☑️ Use default arguments instead of short-circuiting or conditionals

"Code for humans not for machines"

🐘 #PHP #Laravel #Symfony

Interview questions that will make you think:

zfellows's tweet image. Interview questions that will make you think:

Can you see through the code? #photography

GiselFlorez's tweet image. Can you see through the code? #photography

This week's free practice coding interview question: Graph Coloring interviewcake.com/question/graph… #100DaysOfCode

InterviewCake's tweet image. This week's free practice coding interview question: Graph Coloring interviewcake.com/question/graph… #100DaysOfCode

when you came up with a file= parameter before trying for other rfi see phpinfo page is accessible or not you might get some juicy information. e.g.file=data:text/plain, <?php phpinfo(); ?> #bugbountytip

0_1VitthalS's tweet image. when you came up with a file= parameter before trying for other rfi see phpinfo page is accessible or not you might get some juicy information.
e.g.file=data:text/plain, &amp;lt;?php phpinfo(); ?&amp;gt;
#bugbountytip

➡️ Sunday Funday ⬅️ Back again with another challenge - How would you improve this build? 🔒 Rules: Maximum 5 prompts 💬 Prompt: "Build a beautiful blog for a chef wanting to share recipes, with high quality images." ✏️ Notes: We used two prompts 👉 chefs-kitchen-9qr.caffeine.xyz

caffeineai's tweet image. ➡️ Sunday Funday ⬅️

Back again with another challenge - How would you improve this build?

🔒 Rules: Maximum 5 prompts

💬 Prompt: &quot;Build a beautiful blog for a chef wanting to share recipes, with high quality images.&quot;

✏️ Notes: We used two prompts

👉 chefs-kitchen-9qr.caffeine.xyz…

belajar bahasa korea❌ belajar bahasa php☑️

thispipiy's tweet image. belajar bahasa korea❌
belajar bahasa php☑️

automatically restructures and updates php code

sanketsabharwal's tweet image. automatically restructures and updates php code

Buenos días joven, ¿tiene tiempo para hablar de la palabra de PHP?

5eniorDeveloper's tweet image. Buenos días joven, ¿tiene tiempo para hablar de la palabra de PHP?

Question: Pic 1 Answers : Pic 2,3 & 4

LOLiyapa's tweet image. Question: Pic 1

Answers : Pic 2,3 &amp;amp; 4
LOLiyapa's tweet image. Question: Pic 1

Answers : Pic 2,3 &amp;amp; 4
LOLiyapa's tweet image. Question: Pic 1

Answers : Pic 2,3 &amp;amp; 4
LOLiyapa's tweet image. Question: Pic 1

Answers : Pic 2,3 &amp;amp; 4

Front-end developers and web designers, how do you design and develop an effective chat UI? I find it challenging to create chat functionality that displays messages from the bottom of the page instead of the top. What's your take on this?

alnahian2003's tweet image. Front-end developers and web designers, how do you design and develop an effective chat UI?

I find it challenging to create chat functionality that displays messages from the bottom of the page instead of the top.

What&apos;s your take on this?

.@webflow friends, How are you going about showing multiple images in a row within a rich text field as part of a CMS entry? For example, I want to upload each image individually, and have them appear in a row. Bonus points if you can scroll/swipe between images on mobile.

heymosef's tweet image. .@webflow friends,

How are you going about showing multiple images in a row within a rich text field as part of a CMS entry?

For example, I want to upload each image individually, and have them appear in a row.

Bonus points if you can scroll/swipe between images on mobile.

#BugBounty #BugBountyTips #XSS If the program replace all user input in the tag (ex: <h1>,<script>,etc.) into blank you can add "Line Feed (%0a)" before closing tag for bypass (ex: <script%0a>,</h1%0a>) ex: <?php echo "You say " . preg_replace("/<(.*?)>/", "", $_GET['x']); ?>

Bayufedraa's tweet image. #BugBounty #BugBountyTips #XSS
If the program replace all user input in the tag (ex: &amp;lt;h1&amp;gt;,&amp;lt;script&amp;gt;,etc.) into blank you can add &quot;Line Feed (%0a)&quot; before closing tag for bypass (ex: &amp;lt;script%0a&amp;gt;,&amp;lt;/h1%0a&amp;gt;)

ex:
&amp;lt;?php
   echo &quot;You say &quot; . preg_replace(&quot;/&amp;lt;(.*?)&amp;gt;/&quot;, &quot;&quot;, $_GET[&apos;x&apos;]);
?&amp;gt;
Bayufedraa's tweet image. #BugBounty #BugBountyTips #XSS
If the program replace all user input in the tag (ex: &amp;lt;h1&amp;gt;,&amp;lt;script&amp;gt;,etc.) into blank you can add &quot;Line Feed (%0a)&quot; before closing tag for bypass (ex: &amp;lt;script%0a&amp;gt;,&amp;lt;/h1%0a&amp;gt;)

ex:
&amp;lt;?php
   echo &quot;You say &quot; . preg_replace(&quot;/&amp;lt;(.*?)&amp;gt;/&quot;, &quot;&quot;, $_GET[&apos;x&apos;]);
?&amp;gt;
Bayufedraa's tweet image. #BugBounty #BugBountyTips #XSS
If the program replace all user input in the tag (ex: &amp;lt;h1&amp;gt;,&amp;lt;script&amp;gt;,etc.) into blank you can add &quot;Line Feed (%0a)&quot; before closing tag for bypass (ex: &amp;lt;script%0a&amp;gt;,&amp;lt;/h1%0a&amp;gt;)

ex:
&amp;lt;?php
   echo &quot;You say &quot; . preg_replace(&quot;/&amp;lt;(.*?)&amp;gt;/&quot;, &quot;&quot;, $_GET[&apos;x&apos;]);
?&amp;gt;

In PHP, the string '0' is considered empty

daily_web_dev's tweet image. In PHP, the string &apos;0&apos; is considered empty

PHP website - Light mode & Dark mode 🌓

nunowar's tweet image. PHP website - Light mode &amp;amp; Dark mode 🌓
nunowar's tweet image. PHP website - Light mode &amp;amp; Dark mode 🌓

#javascript Interview question: what's the output of below code and comment out why?

debuggingLifee's tweet image. #javascript Interview question: what&apos;s the output of below code and comment out why?

Today, I gave an interview for a frontend role. Should I share the Interview questions? #interview #Frontend

sundaramkatare's tweet image. Today, I gave an interview for a frontend role. Should I share the Interview questions?
#interview #Frontend

Интервьюер: Напишите код, который отсортирует массив Я: Array.Sort(массив); Интервьюер:

tproger's tweet image. Интервьюер: Напишите код, который отсортирует массив

Я: Array.Sort(массив);

Интервьюер:

Loading...

Something went wrong.


Something went wrong.


United States Trends